chore(flake): remove odd systems
This commit is contained in:
parent
366e75c9d1
commit
6e2812d32f
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
{
|
{
|
||||||
imports = [ inputs.flake-file.flakeModules.default ];
|
imports = [ inputs.flake-file.flakeModules.default ];
|
||||||
|
|
||||||
systems = inputs.nixpkgs.lib.systems.flakeExposed;
|
systems = [ "x86_64-linux" ];
|
||||||
|
|
||||||
flake-file.inputs = import ./inputs;
|
flake-file.inputs = import ./inputs;
|
||||||
flake-file.outputs = "inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } ./flake";
|
flake-file.outputs = "inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } ./flake";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue