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:
Benjamin Bädorf 2022-08-24 13:13:20 +00:00
commit 80e71ca547
No known key found for this signature in database
GPG key ID: 5FEAFA6A0FC8075D
2 changed files with 3 additions and 1 deletions

View file

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

View file

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