Disable nom
for non supported architectures
This commit is contained in:
parent
aaeeb136db
commit
f187dd631f
1 changed files with 2 additions and 2 deletions
|
@ -50,10 +50,10 @@
|
||||||
agenix.overlay
|
agenix.overlay
|
||||||
comma.overlays.default
|
comma.overlays.default
|
||||||
nur.overlay
|
nur.overlay
|
||||||
(_: _: {
|
(_: self: {
|
||||||
inherit emacsSource;
|
inherit emacsSource;
|
||||||
helix = helix.packages.${pkgs.system}.helix-dev;
|
helix = helix.packages.${pkgs.system}.helix-dev;
|
||||||
nom = nom.packages.${pkgs.system}.default;
|
nom = nom.packages.${pkgs.system}.default or (self.runCommandLocal "empty" {} "touch $out");
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue