Merge pull request #115 from nix-community/update_flake_lock_action
flake.lock: Update
This commit is contained in:
commit
ccc1a2c08c
2 changed files with 18 additions and 14 deletions
24
flake.lock
24
flake.lock
|
@ -2,32 +2,32 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixos-2305": {
|
"nixos-2305": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1686526929,
|
"lastModified": 1686817182,
|
||||||
"narHash": "sha256-ybQ4GDx/AViKJfeu2PUWvxxlGcmVHVY15zay849i6dg=",
|
"narHash": "sha256-UbgN7GZ/OOUfhZlY2L5cH7RbwUHI6/7m6rTPPNP3Cmc=",
|
||||||
"owner": "NixOS",
|
"owner": "Mic92",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "5f6396e85487aa59c801da5f7c87ac20098b2fa8",
|
"rev": "15384bf882f524e3a08ed7cb86c811de5b75ba5a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "Mic92",
|
||||||
"ref": "release-23.05",
|
"ref": "fix-aarch64-zfs-backport",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixos-unstable": {
|
"nixos-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1686496983,
|
"lastModified": 1686811343,
|
||||||
"narHash": "sha256-DX7PZwzBVHQpwG4vK5zUa61/RFk2BQb3uTxJQg2wiM0=",
|
"narHash": "sha256-1bKuFKozTa2efVLPrqI+ktSiN+4hAd1gJXGIcx8Cq6A=",
|
||||||
"owner": "NixOS",
|
"owner": "Mic92",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "3d318cb303f285d2964d4137619cb21ddd56cfd5",
|
"rev": "d21b935395b8880dd4e80dfac4104553cb795d03",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "Mic92",
|
||||||
"ref": "nixos-unstable-small",
|
"ref": "fix-aarch64-zfs",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
{
|
{
|
||||||
description = "NixOS images";
|
description = "NixOS images";
|
||||||
|
|
||||||
inputs.nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
# see https://github.com/NixOS/nixpkgs/pull/237873
|
||||||
inputs.nixos-2305.url = "github:NixOS/nixpkgs/release-23.05";
|
#inputs.nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
||||||
|
inputs.nixos-unstable.url = "github:Mic92/nixpkgs/fix-aarch64-zfs";
|
||||||
|
# see https://github.com/NixOS/nixpkgs/pull/237875
|
||||||
|
#inputs.nixos-2305.url = "github:NixOS/nixpkgs/release-23.05";
|
||||||
|
inputs.nixos-2305.url = "github:Mic92/nixpkgs/fix-aarch64-zfs-backport";
|
||||||
|
|
||||||
nixConfig.extra-substituters = [
|
nixConfig.extra-substituters = [
|
||||||
"https://cache.garnix.io"
|
"https://cache.garnix.io"
|
||||||
|
|
Loading…
Reference in a new issue