mirror of
https://github.com/ryanccn/flake.git
synced 2026-01-27 04:06:28 +01:00
chore: update
This commit is contained in:
parent
5e189a590f
commit
17cd6aed1d
8 changed files with 126 additions and 109 deletions
|
|
@ -6,12 +6,7 @@
|
|||
outputs =
|
||||
inputs:
|
||||
inputs.flake-parts.lib.mkFlake { inherit inputs; } {
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
"aarch64-linux"
|
||||
"x86_64-darwin"
|
||||
"aarch64-darwin"
|
||||
];
|
||||
systems = inputs.nixpkgs.lib.systems.flakeExposed;
|
||||
|
||||
imports = [
|
||||
./checks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue