remove flake.systems.nix

This commit is contained in:
xqtc 2024-07-12 17:54:49 +02:00
parent 6ab52a5f66
commit ef8e57d6b1
3 changed files with 6 additions and 9 deletions

View file

@ -81,11 +81,11 @@
"locked": { "locked": {
"lastModified": 1, "lastModified": 1,
"narHash": "sha256-8wkkYGr1dPSnX9oVMX8D6dTOROXKOYpBTKfriA0sEBI=", "narHash": "sha256-8wkkYGr1dPSnX9oVMX8D6dTOROXKOYpBTKfriA0sEBI=",
"path": "/nix/store/hprrr24yh5w0pbbbz2hlwblriaqb99kx-source/flake.systems.nix", "path": "/nix/store/3447wnbwfkgd91v8x0d3hj48hvb2h010-source/flake.systems.nix",
"type": "path" "type": "path"
}, },
"original": { "original": {
"path": "/nix/store/hprrr24yh5w0pbbbz2hlwblriaqb99kx-source/flake.systems.nix", "path": "/nix/store/3447wnbwfkgd91v8x0d3hj48hvb2h010-source/flake.systems.nix",
"type": "path" "type": "path"
} }
}, },

View file

@ -13,12 +13,13 @@
# Dev tools # Dev tools
treefmt-nix.url = "github:numtide/treefmt-nix"; treefmt-nix.url = "github:numtide/treefmt-nix";
}; };
inputs.systems.url = "./flake.systems.nix";
inputs.systems.flake = false;
outputs = inputs: outputs = inputs:
inputs.flake-parts.lib.mkFlake { inherit inputs; } { inputs.flake-parts.lib.mkFlake { inherit inputs; } {
systems = import inputs.systems; systems = [
"x86_64-linux"
"aarch64-linux"
];
imports = [ imports = [
inputs.treefmt-nix.flakeModule inputs.treefmt-nix.flakeModule
]; ];

View file

@ -1,4 +0,0 @@
[
"x86_64-linux"
"aarch64-linux"
]