diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-06-03 10:42:27 +0000 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-06-03 10:42:27 +0000 |
| commit | 0bfcb8fb410f55f44d305d5c4d485f388f7988a8 (patch) | |
| tree | 208a8915d6ece2698031cfb842b4e0268564ef7d | |
| parent | f42e85fd1054993ab6ee9c7fb5a62884b16041b4 (diff) | |
lix cache not working, can't rebuild on baby system
| -rw-r--r-- | flake.lock | 6 | ||||
| -rw-r--r-- | flake.nix | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -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": { @@ -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 |
