Various uncommitted changes
This commit is contained in:
parent
da65f0f4a3
commit
6f9977ea69
7 changed files with 14 additions and 3 deletions
|
@ -29,18 +29,21 @@
|
|||
# this binds the nixpkgs registry to the one in `flake.nix`.
|
||||
registry = {
|
||||
nixpkgs.flake = inputs.nixpkgs;
|
||||
stable.flake = inputs.stable;
|
||||
};
|
||||
|
||||
# the nix path is used to discover channels for the old nix commands.
|
||||
# this binds the nix path to the channels following `flake.nix` declared below.
|
||||
nixPath = [
|
||||
"nixpkgs=/etc/nix/inputs/nixpkgs"
|
||||
"stable=/etc/nix/inputs/stable"
|
||||
];
|
||||
};
|
||||
|
||||
# add entries for `nixPath` above.
|
||||
environment.etc = {
|
||||
"nix/inputs/nixpkgs".source = inputs.nixpkgs.outPath;
|
||||
"nix/inputs/stable".source = inputs.stable.outPath;
|
||||
};
|
||||
|
||||
# allow processes to request scheduling priority
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue