File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 263
263
) ;
264
264
265
265
devShells = forEachSystemPkgs ( pkgs :
266
- let inherit ( pkgs ) mkShell nixUnstable cabal-install haskell-nix ;
266
+ let inherit ( pkgs ) mkShell nixVersions cabal-install haskell-nix ;
267
267
in {
268
268
default =
269
269
mkShell {
270
270
buildInputs = [
271
- nixUnstable
271
+ nixVersions . latest
272
272
cabal-install
273
273
haskell-nix . compiler . ${ compiler }
274
274
] ;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ final: prev: {
15
15
extraPkgconfigMappings = prev . haskell-nix . extraPkgconfigMappings or { } ;
16
16
# Nix Flake based source pins.
17
17
# To update all inputs, get unstable Nix and then `nix flake update --recreate-lock-file`
18
- # Or `nix-shell -p nixUnstable --run "nix --experimental-features 'nix-command flakes' flake update --recreate-lock-file"`
18
+ # Or `nix-shell -p nixVersions.latest --run "nix --experimental-features 'nix-command flakes' flake update --recreate-lock-file"`
19
19
sources = sources ;
20
20
21
21
# We provide a `callPackage` function to consumers for
You can’t perform that action at this time.
0 commit comments