attic: remove overlay from more machines
This commit is contained in:
parent
ac8256e5b8
commit
5ed8c75f0b
2 changed files with 0 additions and 4 deletions
|
@ -3,12 +3,10 @@
|
|||
let
|
||||
default-system = "aarch64-linux";
|
||||
|
||||
overlay-attic = inputs.attic.overlays.default;
|
||||
overlay-nifoc = inputs.nifoc-overlay.overlay;
|
||||
|
||||
nixpkgsConfig = {
|
||||
overlays = [
|
||||
overlay-attic
|
||||
overlay-nifoc
|
||||
];
|
||||
|
||||
|
|
|
@ -3,12 +3,10 @@
|
|||
let
|
||||
default-system = "x86_64-linux";
|
||||
|
||||
overlay-attic = inputs.attic.overlays.default;
|
||||
overlay-nifoc = inputs.nifoc-overlay.overlay;
|
||||
|
||||
nixpkgsConfig = {
|
||||
overlays = [
|
||||
overlay-attic
|
||||
overlay-nifoc
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue