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 =
|
lib.mkFlake =
|
||||||
options@{
|
options@{
|
||||||
systems ? [
|
flakeBaseSystems ? [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
"aarch64-linux"
|
"aarch64-linux"
|
||||||
"aarch64-darwin"
|
"aarch64-darwin"
|
||||||
|
@ -56,13 +56,13 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
snowfallOptions = builtins.removeAttrs options [
|
snowfallOptions = builtins.removeAttrs options [
|
||||||
"systems"
|
"flakeBaseSystems"
|
||||||
"devShellPackages"
|
"devShellPackages"
|
||||||
"treeFmtFile"
|
"treeFmtFile"
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
(snowfall-lib.mkFlake snowfallOptions)
|
(snowfall-lib.mkFlake snowfallOptions)
|
||||||
// (mapEachSystem systems (
|
// (mapEachSystem flakeBaseSystems (
|
||||||
system:
|
system:
|
||||||
let
|
let
|
||||||
pkgs = import nixpkgs { inherit system; };
|
pkgs = import nixpkgs { inherit system; };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue