Skip to content

Commit 84a5301

Browse files
committed
HACK: use patched nix for testing
1 parent 1b791b9 commit 84a5301

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

flake.lock

Lines changed: 6 additions & 5 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
@@ -4,7 +4,7 @@
44
inputs = {
55
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
66
nix = {
7-
url = "github:NixOS/nix";
7+
url = "github:obsidiansystems/nix/proc-test-clarity";
88
inputs.nixpkgs.follows = "nixpkgs";
99
inputs.nixpkgs-23-11.follows = "";
1010
inputs.nixpkgs-regression.follows = "";

0 commit comments

Comments
 (0)