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
|
@ -18,12 +18,12 @@
|
|||
system.stateVersion = "22.11";
|
||||
|
||||
nix.extraOptions = ''
|
||||
experimental-features = nix-command flakes repl-flake recursive-nix
|
||||
experimental-features = nix-command flakes recursive-nix
|
||||
keep-outputs = true
|
||||
keep-derivations = true
|
||||
'';
|
||||
|
||||
nix.package = pkgs.nixUnstable;
|
||||
nix.package = pkgs.nixVersions.latest;
|
||||
|
||||
time.timeZone = "Europe/Sofia";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue