about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-02-16 02:24:14 +0300
committerAzat Bahawi <azat@bahawi.net>2022-02-16 02:24:14 +0300
commit0a150971e7cc05f518e290ad6d4d21b9311e6147 (patch)
tree54f653eb8ac291f9cdb8501a60c98bdcdd75b1ab /flake.nix
parentI hate the Antichrist (diff)
will this fix the pipeline?
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
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};
 

Consider giving Nix/NixOS a try! <3