1
1
Fork 1
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:
oddlama 2023-03-29 16:16:40 +02:00
parent ba0d5f2f5d
commit aa2a660c61
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
8 changed files with 79 additions and 64 deletions

View file

@ -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";