mirror of
https://github.com/danth/stylix
synced 2024-11-10 06:34:15 +00:00
Only support Linux systems 🔨
This commit is contained in:
parent
e0295dac9b
commit
2cf29984d4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
};
|
||||
|
||||
outputs = { nixpkgs, utils, self, ... }:
|
||||
(utils.lib.eachDefaultSystem (system:
|
||||
(utils.lib.eachSystem ["aarch64-linux" "i686-linux" "x86_64-linux"] (system:
|
||||
let
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
|
||||
|
|
Loading…
Reference in a new issue