feat(flake)!: update
Fix `nixUnstable` -> `nixVersions.latest` (including `*-limited` overlay) Remove `repl-flake` nix experimental feature (removed as of `2.22.0`) Remove references to `rnix-lsp` (deprecated)
This commit is contained in:
parent
ccb43c8a0a
commit
752f4ea454
13 changed files with 183 additions and 140 deletions
|
@ -61,11 +61,11 @@
|
|||
# };
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixUnstable;
|
||||
package = pkgs.nixVersions.latest;
|
||||
|
||||
# Enable flakes, the new `nix` commands and better support for flakes in it
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes repl-flake
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
||||
# This will add each flake input as a registry
|
||||
|
|
|
@ -64,7 +64,6 @@
|
|||
# dhall-lsp-server
|
||||
|
||||
## Nix
|
||||
rnix-lsp
|
||||
nil
|
||||
direnv
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue