diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-02-16 02:24:14 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-02-16 02:24:14 +0300 |
commit | 0a150971e7cc05f518e290ad6d4d21b9311e6147 (patch) | |
tree | 54f653eb8ac291f9cdb8501a60c98bdcdd75b1ab /flake.nix | |
parent | I hate the Antichrist (diff) |
will this fix the pipeline?
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 9664dd0..4e1023e 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ outputs = inputs: with inputs; let name = "xmonad-ng"; - in flake-utils.lib.eachDefaultSystem (system: + in flake-utils.lib.eachSystem [ "x86_64-linux" ] (system: let pkgs = nixpkgs.legacyPackages.${system}; |