Skip to content

Commit

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

gerschtli = prev.lib.composeManyExtensions gerschtliOverlays final prev;

# FIXME: stable nix_2_18 fails on aarch
nixVersions = prev.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 862b29c

Please sign in to comment.