1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore: update flake inputs (nixpkgs override is for instanced-systemd-services activation restart fix)

This commit is contained in:
oddlama 2023-05-29 16:20:56 +02:00
parent 2d618a28ad
commit 8c4b0933b9
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 11 additions and 9 deletions

18
flake.lock generated
View file

@ -260,10 +260,12 @@
]
},
"locked": {
"lastModified": 1685202716,
"lastModified": 1685313174,
"narHash": "sha256-1+YC2fjzYI0XKmKIC0jswSYYWCPx2gOAf4/6FgcP+9Q=",
"type": "git",
"url": "file:///root/projects/microvm.nix"
"owner": "astro",
"repo": "microvm.nix",
"rev": "c022372b917ecc4ed7df51ff30395421a74b0495",
"type": "github"
},
"original": {
"owner": "astro",
@ -345,8 +347,8 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1684049129,
"narHash": "sha256-FfWznSgzYGFYpbcVcI6QHHiBc8x4EOxaB6U8RtOtFOU=",
"lastModified": 1685290091,
"narHash": "sha256-eJ4hOd5fA8i9uhpPFrpjLAb09wqfB+NH9utHh0PGD4k=",
"type": "git",
"url": "file:///root/projects/nixpkgs-test"
},
@ -386,11 +388,11 @@
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1684842236,
"narHash": "sha256-rYWsIXHvNhVQ15RQlBUv67W3YnM+Pd+DuXGMvCBq2IE=",
"lastModified": 1685361114,
"narHash": "sha256-4RjrlSb+OO+e1nzTExKW58o3WRwVGpXwj97iCta8aj4=",
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"rev": "61e567d6497bc9556f391faebe5e410e6623217f",
"rev": "ca2fdbf3edda2a38140184da6381d49f8206eaf4",
"type": "github"
},
"original": {

View file

@ -96,7 +96,7 @@
};
in {
nom = nixos "x86_64-linux";
#sentinel = nixos "x86_64-linux";
sentinel = nixos "x86_64-linux";
ward = nixos "x86_64-linux";
zackbiene = nixos "aarch64-linux";
};