Skip to content

Commit b80955f

Browse files
committed
WIP pin nixpkgs to today's hash. TODO: modify rv-nix-tools
1 parent cc8a636 commit b80955f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
inputs = {
44
rv-utils.url = "github:runtimeverification/rv-nix-tools";
55
# nixpkgs.follows = "rv-utils/nixpkgs";
6-
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; # FIXME!
6+
nixpkgs.url = "github:NixOS/nixpkgs/7a0542e6f0122602fcc0bdba41dea0febfd2df6d"; # FIXME!
77
stacklock2nix.url = "github:cdepillabout/stacklock2nix";
88
z3 = {
99
url = "github:Z3Prover/z3/z3-4.13.4";

0 commit comments

Comments
 (0)