ping to nixpkgs fork to incorperate aarch64 fix

flake.lock: Update

Flake lock file updates:

• Updated input 'nixos-2305':
    'github:NixOS/nixpkgs/75eb7c2d47fdc01a0d477e9a89eac7ed366fe898' (2023-06-14)
  → 'github:Mic92/nixpkgs/60e994e7ada7ce39b775d92cbb70a611c59f45d1' (2023-06-15)
• Updated input 'nixos-unstable':
    'github:NixOS/nixpkgs/ba1a6ec548000d4a50719d14e6f73f63016674d5' (2023-06-14)
  → 'github:Mic92/nixpkgs/d21b935395b8880dd4e80dfac4104553cb795d03' (2023-06-15)
This commit is contained in:
Jörg Thalheim 2023-06-15 08:53:37 +02:00
parent fbc53c710d
commit c92fa3d2f7
2 changed files with 18 additions and 14 deletions

View file

@ -2,32 +2,32 @@
"nodes": {
"nixos-2305": {
"locked": {
"lastModified": 1686780367,
"narHash": "sha256-hEn8ebT32APeDSoT80VUGktqQ4zqI4gCFLzbIZdSuoo=",
"owner": "NixOS",
"lastModified": 1686811632,
"narHash": "sha256-FaetM88sRKHj/G5YWmF7+YgKcQa13tFR37Fw74lMs4E=",
"owner": "Mic92",
"repo": "nixpkgs",
"rev": "75eb7c2d47fdc01a0d477e9a89eac7ed366fe898",
"rev": "60e994e7ada7ce39b775d92cbb70a611c59f45d1",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-23.05",
"owner": "Mic92",
"ref": "fix-aarch64-zfs-backport",
"repo": "nixpkgs",
"type": "github"
}
},
"nixos-unstable": {
"locked": {
"lastModified": 1686718773,
"narHash": "sha256-x+4xs6+jWhFaYwt6REH7e91rm5vt2GCPEfmRdNcHyi4=",
"owner": "NixOS",
"lastModified": 1686811343,
"narHash": "sha256-1bKuFKozTa2efVLPrqI+ktSiN+4hAd1gJXGIcx8Cq6A=",
"owner": "Mic92",
"repo": "nixpkgs",
"rev": "ba1a6ec548000d4a50719d14e6f73f63016674d5",
"rev": "d21b935395b8880dd4e80dfac4104553cb795d03",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable-small",
"owner": "Mic92",
"ref": "fix-aarch64-zfs",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -1,8 +1,12 @@
{
description = "NixOS images";
inputs.nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small";
inputs.nixos-2305.url = "github:NixOS/nixpkgs/release-23.05";
# see https://github.com/NixOS/nixpkgs/pull/237873
#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 = [
"https://cache.garnix.io"