mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-09 01:47:23 +08:00
flake: Remove unused systems
This commit is contained in:
parent
3f15e2da7a
commit
2dc01c3d36
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
outputs = inputs@{ self, ... }:
|
||||
inputs.flake-parts.lib.mkFlake { inherit inputs; } {
|
||||
systems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
|
||||
systems = [ "x86_64-linux" "aarch64-darwin" ];
|
||||
imports = [
|
||||
inputs.treefmt-nix.flakeModule
|
||||
inputs.nixos-flake.flakeModule
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue