nix: set nix.package to force overlays/

overrides.nix to apply

use nix as default version alias in devshell as well
This commit is contained in:
teutat3s 2022-08-24 00:53:38 +02:00
parent 0f6eb3d6df
commit c63c3da345
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
{
nix = {
# Use default version alias for nix package
package = pkgs.nix;
# Improve nix store disk usage
autoOptimiseStore = true;
gc.automatic = true;

View file

@ -6,7 +6,7 @@ let
cachix
editorconfig-checker
mdbook
nixUnstable
nix
nixpkgs-fmt
nvfetcher
;