adding updated nixpath.
This commit is contained in:
parent
d2cd8c4834
commit
5bcd8f5524
1 changed files with 9 additions and 0 deletions
|
@ -13,6 +13,15 @@
|
|||
# ./packages.nix
|
||||
];
|
||||
|
||||
{
|
||||
nix = {
|
||||
nixPath = [
|
||||
"nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos"
|
||||
"nixos-config=/home/paul/.nixos/hosts/latitude/configuration.nix"
|
||||
"/nix/var/nix/profiles/per-user/root/channels"
|
||||
];
|
||||
};
|
||||
|
||||
# UPDATE YOUR FUCKING ELECTRON APPS GUYS!!!
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
|
|
Loading…
Reference in a new issue