Update modules and repositories

This commit is contained in:
Fabian Hauser 2022-06-27 13:25:56 +02:00
parent f76ca115f7
commit 57960e1f62
3 changed files with 25 additions and 25 deletions

46
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1654113405, "lastModified": 1656169755,
"narHash": "sha256-VpK+0QaWG2JRgB00lw77N9TjkE3ec0iMYIX1TzGpxa4=", "narHash": "sha256-Nlnm4jeQWEGjYrE6hxi/7HYHjBSZ/E0RtjCYifnNsWk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "ac2287df5a2d6f0a44bbcbd11701dbbf6ec43675", "rev": "4a3d01fb53f52ac83194081272795aa4612c2381",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -23,11 +23,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1654057797, "lastModified": 1656241064,
"narHash": "sha256-mXo7C4v7Jj2feBzcReu1Eu/3Rnw5b023E9kOyFsHZQw=", "narHash": "sha256-+jWwBt515aFGukeX8WSafg9CM3Ju3FD0XrF+X4ph0mU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "0cab18a48de7914ef8cad35dca0bb36868f3e1af", "rev": "99e33a57149916ebede78ec13edd9ba310c10f2f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -38,11 +38,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1654360807, "lastModified": 1656265786,
"narHash": "sha256-wYG86PUkPZ1P/oHsCpepTkb/U26poaEPPp1XFjRsgdA=", "narHash": "sha256-A9RkoGrxzsmMm0vily18p92Rasb+MbdDMaSnzmywXKw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d9794b04bffb468b886c553557489977ae5f4c65", "rev": "cd90e773eae83ba7733d2377b6cdf84d45558780",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -54,11 +54,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1654230545, "lastModified": 1656239181,
"narHash": "sha256-8Vlwf0x8ow6pPOK2a04bT+pxIeRnM1+O0Xv9/CuDzRs=", "narHash": "sha256-wW1xRFBn376yGloXZ4QzBE4hjipMawpV18Lshd9QSPw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "236cc2971ac72acd90f0ae3a797f9f83098b17ec", "rev": "f2537a505d45c31fe5d9c27ea9829b6f4c4e6ac5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -70,7 +70,7 @@
}, },
"qois-infrastructure": { "qois-infrastructure": {
"inputs": { "inputs": {
"nixpkgs-nixos-2111": [ "nixpkgs-nixos-2205": [
"nixpkgs-stable" "nixpkgs-stable"
], ],
"nixpkgs-nixos-unstable": [ "nixpkgs-nixos-unstable": [
@ -78,11 +78,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1650734999, "lastModified": 1655645627,
"narHash": "sha256-pDsN7yBWy+os/JuO0I6j5b3ehgU7dz/wvJK0DTvJ87E=", "narHash": "sha256-FsqHjHTNha3+skPauQHYoI6FQ8VXylTmBQMxqHfGszw=",
"ref": "master", "ref": "HEAD",
"rev": "551db84dc6b46f010ab618a1650eaea79a25734a", "rev": "4df1567cb963466ff1735259ff8d29602d0c7711",
"revCount": 213, "revCount": 222,
"type": "git", "type": "git",
"url": "file:///etc/nixos/qois-infrastructure" "url": "file:///etc/nixos/qois-infrastructure"
}, },
@ -108,11 +108,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1650877398, "lastModified": 1654170332,
"narHash": "sha256-hkzJhW+NKhiiIsg2SnztDH6nkVq1YMmFkvRoahbPRR8=", "narHash": "sha256-HwKvY9SDPrtWEWiWsBQxwLJ+4FKoyAa7Pu0XQgim6Eg=",
"ref": "HEAD", "ref": "main",
"rev": "4d661f86a810e80581521b7000d76b1d1d40833d", "rev": "1b46466bb3dfa5cb6a84d7ef00d41e3112c779b7",
"revCount": 5, "revCount": 10,
"type": "git", "type": "git",
"url": "file:///etc/nixos/defaults/threema" "url": "file:///etc/nixos/defaults/threema"
}, },

View file

@ -12,7 +12,7 @@
# Private Deps # Private Deps
qois-infrastructure = { qois-infrastructure = {
url = "git+file:///etc/nixos/qois-infrastructure"; url = "git+file:///etc/nixos/qois-infrastructure";
inputs.nixpkgs-nixos-2111.follows = "nixpkgs-stable"; inputs.nixpkgs-nixos-2205.follows = "nixpkgs-stable";
inputs.nixpkgs-nixos-unstable.follows = "nixpkgs-unstable"; inputs.nixpkgs-nixos-unstable.follows = "nixpkgs-unstable";
}; };
threema.url = "git+file:///etc/nixos/defaults/threema"; threema.url = "git+file:///etc/nixos/defaults/threema";

@ -1 +1 @@
Subproject commit 551db84dc6b46f010ab618a1650eaea79a25734a Subproject commit 4df1567cb963466ff1735259ff8d29602d0c7711