Merge pull request 'nix: set nix.package to force overlays/overrides.nix to apply' (#119) from fix/nix-version-from-latest into main
Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/119 Reviewed-by: Benjamin Bädorf <hello@benjaminbaedorf.eu>
This commit is contained in:
commit
80e71ca547
|
@ -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;
|
||||
|
|
|
@ -6,7 +6,7 @@ let
|
|||
cachix
|
||||
editorconfig-checker
|
||||
mdbook
|
||||
nixUnstable
|
||||
nix
|
||||
nixpkgs-fmt
|
||||
nvfetcher
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue