mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: remove overlays for now
This commit is contained in:
parent
ba0d5f2f5d
commit
aa2a660c61
8 changed files with 79 additions and 64 deletions
|
@ -64,13 +64,11 @@ in {
|
|||
nix.nixPath = [
|
||||
"nixos-config=${dummyConfig}"
|
||||
"nixpkgs=/run/current-system/nixpkgs"
|
||||
"nixpkgs-overlays=/run/current-system/overlays"
|
||||
];
|
||||
|
||||
system = {
|
||||
extraSystemBuilderCmds = ''
|
||||
ln -sv ${pkgs.path} $out/nixpkgs
|
||||
ln -sv ${../../../nix/overlays} $out/overlays
|
||||
'';
|
||||
|
||||
stateVersion = "23.05";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue