Skip to content

Commit 62a03bf

Browse files
committed
update flakes
1 parent cd17881 commit 62a03bf

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
};
1313

1414
outputs = { self, nixpkgs, saber-overlay, flake-utils, gitignore }:
15-
flake-utils.lib.eachSystem saber-overlay.lib.supportedSystems (system:
15+
flake-utils.lib.eachDefaultSystem (system:
1616
let
1717
pkgs = import nixpkgs { inherit system; }
1818
// saber-overlay.packages.${system};

0 commit comments

Comments
 (0)