Fix eval, again

This commit is contained in:
Sandro - 2022-08-07 18:52:11 +02:00
parent 0435237ceb
commit 1e5086a8e6
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 15 additions and 13 deletions

View File

@ -261,11 +261,11 @@
}, },
"nixos": { "nixos": {
"locked": { "locked": {
"lastModified": 1659768833, "lastModified": 1659859897,
"narHash": "sha256-G1T3le1SfZ0AIsWu4SnWr46A34OEiwFcHDKWHtBfBtg=", "narHash": "sha256-jAppjCqvzi5O1ODp8K8p4Kql1YgtnAnO3iAsbW3622U=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "72f492e275fc29d44b3a4daf952fbeffc4aed5b8", "rev": "3c8a5fa9a699d6910bbe70490918f1a4adc1e462",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -292,11 +292,11 @@
}, },
"nixos-unstable": { "nixos-unstable": {
"locked": { "locked": {
"lastModified": 1659713809, "lastModified": 1659803779,
"narHash": "sha256-M4aHuXXVnfprM8xPH2lLkYkkR0fmaG5QmvIc0DT/d4E=", "narHash": "sha256-+5zkHlbcbFyN5f3buO1RAZ9pH1wXLxCesUJ0vFmLr9Y=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "93c57a988470c1948976b1bb70abbd5855c5b810", "rev": "f44884060cb94240efbe55620f38a8ec8d9af601",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -308,11 +308,11 @@
}, },
"nixos-unstable-sandro": { "nixos-unstable-sandro": {
"locked": { "locked": {
"lastModified": 1659824380, "lastModified": 1659878894,
"narHash": "sha256-LJsF0INP6ET2mVTdmxDvvsVJ9/iwgjKTAjNdBrt6Hr8=", "narHash": "sha256-a6Ycp/EZ/Np7NehZAJJBvm9XAdFayS2lMzZFDQUdb6k=",
"owner": "SuperSandro2000", "owner": "SuperSandro2000",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c3d8a08c5812461214b7692460ebfd8a2e851d19", "rev": "05eec62487fdcf49a1572627bce0c881a7228cb3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -539,11 +539,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1659287905, "lastModified": 1659890996,
"narHash": "sha256-Gg+IQHTZ66t4dar+vZichb36phGaejSxyFIsUwJKJA8=", "narHash": "sha256-xURgGoznCPmpX35dn5AXcyNYicVn5ruvUKxfIMMiu8o=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "be91e2103f4c774b79704c83e8db586f40d0bc05", "rev": "5ca106f648bef15d9954d956bda336eea28e8d75",
"revCount": 148, "revCount": 149,
"type": "git", "type": "git",
"url": "ssh://gitea@gitea.c3d2.de/c3d2-admins/secrets.git" "url": "ssh://gitea@gitea.c3d2.de/c3d2-admins/secrets.git"
}, },

View File

@ -487,6 +487,7 @@
./hosts/glotzbert ./hosts/glotzbert
nixos-hardware.nixosModules.common-cpu-intel nixos-hardware.nixosModules.common-cpu-intel
nixos-hardware.nixosModules.common-pc-ssd nixos-hardware.nixosModules.common-pc-ssd
# TODO: migrate away from secrets repo
secrets.nixosModules.admins secrets.nixosModules.admins
]; ];
}; };
@ -550,6 +551,7 @@
self.nixosModules.microvm self.nixosModules.microvm
./hosts/matemat ./hosts/matemat
yammat.nixosModule yammat.nixosModule
# TODO: migrate away from secrets repo
secrets.nixosModules.admins secrets.nixosModules.admins
{ nixpkgs.overlays = [ secrets.overlays.matemat ]; } { nixpkgs.overlays = [ secrets.overlays.matemat ]; }
]; ];