Possible fix for source not found issue
This commit is contained in:
parent
34c8e866f4
commit
2b83831179
4 changed files with 39 additions and 25 deletions
12
hosts/desktops/common/nix.nix
Normal file
12
hosts/desktops/common/nix.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ inputs, config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
nix = {
|
||||
registry.nixpkgs.flake = inputs.nixpkgs;
|
||||
nixPath = [
|
||||
"nixpkgs=/etc/channels/nixpkgs"
|
||||
"nixos-config=/etc/nixos/configuration.nix"
|
||||
"/nix/var/nix/profiles/per-user/root/channels"
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue