Skip to content

Commit c4b88c9

Browse files
committed
[ci] Migrate to stable release
1 parent 450ba65 commit c4b88c9

File tree

3 files changed

+239
-13
lines changed

3 files changed

+239
-13
lines changed

flake.lock

Lines changed: 235 additions & 12 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
@@ -1,6 +1,6 @@
11
{
22
inputs = {
3-
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
3+
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.11";
44
mk.url = "github:x0k/mk";
55
};
66
outputs =

mkfilex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ x/:
5555
t:
5656
pnpm run test
5757
popd
58+
59+
h:
60+
mk -P targets "*"

0 commit comments

Comments
 (0)