mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-12 03:07:57 -05:00
Cache Stuffs?
This commit is contained in:
parent
461a0c108f
commit
1f135eafcb
3 changed files with 37 additions and 18 deletions
|
|
@ -5,7 +5,7 @@
|
|||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
||||
lix = {
|
||||
url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90.0-rc1";
|
||||
url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.91.0";
|
||||
flake = false;
|
||||
};
|
||||
lix-module = {
|
||||
|
|
@ -48,6 +48,7 @@
|
|||
{
|
||||
nix.settings.extra-substituters = [
|
||||
"https://cache.lix.systems"
|
||||
"https://cache.nix.org"
|
||||
];
|
||||
|
||||
nix.settings.trusted-public-keys = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue