summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-06-03 10:42:27 +0000
committerDevin Finlinson <devin.finlinson@pm.me>2024-06-03 10:42:27 +0000
commit0bfcb8fb410f55f44d305d5c4d485f388f7988a8 (patch)
tree208a8915d6ece2698031cfb842b4e0268564ef7d
parentf42e85fd1054993ab6ee9c7fb5a62884b16041b4 (diff)
lix cache not working, can't rebuild on baby system
-rw-r--r--flake.lock6
-rw-r--r--flake.nix2
2 files changed, 4 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock
index 7cbe5e8..0c97f05 100644
--- a/flake.lock
+++ b/flake.lock
@@ -427,11 +427,11 @@
},
"nixpkgs-unstable": {
"locked": {
- "lastModified": 1716948383,
- "narHash": "sha256-SzDKxseEcHR5KzPXLwsemyTR/kaM9whxeiJohbL04rs=",
+ "lastModified": 1717196966,
+ "narHash": "sha256-yZKhxVIKd2lsbOqYd5iDoUIwsRZFqE87smE2Vzf6Ck0=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "ad57eef4ef0659193044870c731987a6df5cf56b",
+ "rev": "57610d2f8f0937f39dbd72251e9614b1561942d8",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
index 449d23a..5ca09d2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -294,7 +294,7 @@
bosco = nixpkgs.lib.nixosSystem { # this is my networking server
modules = [
./machines/bosco/configuration.nix
- lix-module.nixosModules.default
+ # lix-module.nixosModules.default
./modules/nixos/nix-common.nix
./modules/nixos/environment.nix