Skip to content

Commit

Permalink
ping to nixpkgs fork to incorperate aarch64 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jun 15, 2023
1 parent fbc53c7 commit 356afa3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 356afa3

Please sign in to comment.