hotfixes for switch to standard trivionomicon flake.nix
This commit is contained in:
parent
59bf994c50
commit
64735fc5bd
5 changed files with 7 additions and 5 deletions
|
@ -41,14 +41,14 @@
|
|||
doctrinePrefix = "local";
|
||||
|
||||
paths = {
|
||||
# localOverlay = "pkgs";
|
||||
localOverlay = "pkgs";
|
||||
nixpkgsConfig = "pkgs/config";
|
||||
|
||||
nixosSource = "sys";
|
||||
nixosPlatforms = "sys/platform";
|
||||
nixosPlatforms = "sys/platforms";
|
||||
|
||||
hmSource = "home";
|
||||
hmPlatforms = "home/platform";
|
||||
hmPlatforms = "home/platforms";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue