Rename systems to not conflict with snowfall-lib
This commit is contained in:
parent
3dd05fd235
commit
46cfe38cef
1 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@
|
|||
{
|
||||
lib.mkFlake =
|
||||
options@{
|
||||
systems ? [
|
||||
flakeBaseSystems ? [
|
||||
"x86_64-linux"
|
||||
"aarch64-linux"
|
||||
"aarch64-darwin"
|
||||
|
@ -56,13 +56,13 @@
|
|||
}:
|
||||
let
|
||||
snowfallOptions = builtins.removeAttrs options [
|
||||
"systems"
|
||||
"flakeBaseSystems"
|
||||
"devShellPackages"
|
||||
"treeFmtFile"
|
||||
];
|
||||
in
|
||||
(snowfall-lib.mkFlake snowfallOptions)
|
||||
// (mapEachSystem systems (
|
||||
// (mapEachSystem flakeBaseSystems (
|
||||
system:
|
||||
let
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue