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:
reo101 2024-05-04 22:39:09 +03:00
parent ccb43c8a0a
commit 752f4ea454
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
13 changed files with 183 additions and 140 deletions

View file

@ -10,14 +10,13 @@
nix = {
# Ensure we can work with flakes
package = pkgs.nixUnstable;
package = pkgs.nixVersions.latest-monitored;
settings = {
# Enable flakes and new 'nix' command
experimental-features = [
# "nix-command"
# "flakes"
# "repl-flake"
# "no-url-literals" # Disabling URL literals
"ca-derivations" # Content-Addressable Derivations
@ -31,7 +30,6 @@
# "discard-references" # Discarding build output references
"fetch-closure" # builtins.fetchClosure
"impure-derivations" # Impure derivations
"repl-flake" # Passing installables to nix repl
];
# Allow building multiple derivations in parallel

View file

@ -104,7 +104,6 @@
circom-lsp
# Nix
rnix-lsp
nil
nixd