1
0
Fork 0

Fix root user in nix-secrets not building

This commit is contained in:
Aires 2024-05-16 12:40:51 -04:00
parent 96f1cd039a
commit 9a2c0ce534
4 changed files with 9 additions and 8 deletions

View file

@ -218,15 +218,15 @@
]
},
"locked": {
"lastModified": 1715801730,
"narHash": "sha256-7X/FAfjyQxh8mgpbNPsGoh9Dxi1Q0jF4OOJQBntCUJM=",
"rev": "7e8a5498db41de8c67315b4a2a4f82a2072ee73b",
"revCount": 77,
"lastModified": 1715863402,
"narHash": "sha256-WbNIHMe+NPRtn7AwFhIDYwMWwgTNJ5pVUXfcdhxv8ek=",
"ref": "refs/heads/main",
"rev": "36dbb9dbfbac2b72c431a3a934258079931d0065",
"revCount": 80,
"type": "git",
"url": "https://git.lix.systems/lix-project/nixos-module"
},
"original": {
"rev": "7e8a5498db41de8c67315b4a2a4f82a2072ee73b",
"type": "git",
"url": "https://git.lix.systems/lix-project/nixos-module"
}

View file

@ -13,7 +13,8 @@
flake = false;
};
lix-module = {
url = "git+https://git.lix.systems/lix-project/nixos-module?rev=7e8a5498db41de8c67315b4a2a4f82a2072ee73b";
#url = "git+https://git.lix.systems/lix-project/nixos-module?rev=7e8a5498db41de8c67315b4a2a4f82a2072ee73b";
url = "git+https://git.lix.systems/lix-project/nixos-module";
inputs.lix.follows = "lix";
inputs.nixpkgs.follows = "nixpkgs";
};

View file

@ -8,7 +8,7 @@ let
nix-secrets-ssh = builtins.fetchGit {
url = "/home/aires/Development/nix-configuration/nix-secrets";
ref = "main";
rev = "ddca37b4ed423e32e69f08a1f81d3adcd440fa44";
rev = "18340f7a56b754d807a5be2ef84f12ea3b34ce4e";
};
# Recursively constructs an attrset of a given folder, recursing on directories, value of attrs is the filetype

@ -1 +1 @@
Subproject commit ddca37b4ed423e32e69f08a1f81d3adcd440fa44
Subproject commit 18340f7a56b754d807a5be2ef84f12ea3b34ce4e