home: direnv: update default flake
Now that I (usually?) override `nixpkgs` in the registry, there's not much use in defaulting to `pkgs`.
This commit is contained in:
parent
06b760e3ee
commit
6a22a80d42
|
@ -8,8 +8,8 @@ in
|
||||||
|
|
||||||
defaultFlake = mkOption {
|
defaultFlake = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "pkgs";
|
default = "nixpkgs";
|
||||||
example = "nixpkgs";
|
example = "pkgs";
|
||||||
description = ''
|
description = ''
|
||||||
Which flake from the registry should be used for
|
Which flake from the registry should be used for
|
||||||
<command>use pkgs</command> by default.
|
<command>use pkgs</command> by default.
|
||||||
|
|
Loading…
Reference in a new issue