Skip to content

Commit 24a3e44

Browse files
committed
chore: update flakes
1 parent b80c9af commit 24a3e44

File tree

3 files changed

+11759
-16810
lines changed

3 files changed

+11759
-16810
lines changed

flake.lock

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

flake.nix

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@
55
flake-utils.url = "github:numtide/flake-utils";
66
};
77

8-
outputs = { self, nixpkgs, flake-utils }:
9-
flake-utils.lib.eachDefaultSystem (system:
8+
outputs =
9+
{
10+
self,
11+
nixpkgs,
12+
flake-utils,
13+
}:
14+
flake-utils.lib.eachDefaultSystem (
15+
system:
1016
let
1117
overlays = [ ];
1218
pkgs = import nixpkgs {
@@ -25,5 +31,6 @@
2531
];
2632
packages = [ ];
2733
};
28-
});
34+
}
35+
);
2936
}

0 commit comments

Comments
 (0)