This config can only be evaluated on x86_64-linux because of IFD
This commit is contained in:
parent
6663e2c69c
commit
15a61d3f1d
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@
|
|||
|
||||
outputs = inputs@{ self, nixpkgs, emacs-overlay, home-manager, utils }: utils.lib.systemFlake {
|
||||
inherit self inputs;
|
||||
# This config can only be evaluated on x86_64-linux because of IFD
|
||||
supportedSystems = [ "x86_64-linux" ];
|
||||
channels.nixpkgs = {
|
||||
input = nixpkgs;
|
||||
patches = map (patch: ./patches + "/${patch}") (builtins.attrNames (builtins.readDir ./patches));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue