Skip to content

Commit

Permalink
flake.nixpkgs: use nix_2_18 from unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerschtli committed Jan 23, 2024
1 parent 6b16f10 commit 8373019
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flake/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ import inputs.nixpkgs {

gerschtli = prev.lib.composeManyExtensions gerschtliOverlays final prev;

# FIXME: stable nix_2_18 fails on aarch
nixVersions = super.nixVersions // {
inherit (unstable.nixVersions) nix_2_18;
};

# the only alias that I need, this allows me to set allowAliases=false
inherit system;
}
Expand Down

0 comments on commit 8373019

Please sign in to comment.