Skip to content

Commit a7b03d2

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

flake.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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/410fedb0b2521255efe3ab79010add3580410ee0"; # FIXME!
77
stacklock2nix.url = "github:cdepillabout/stacklock2nix";
88
z3 = {
99
url = "github:Z3Prover/z3/z3-4.13.4";

0 commit comments

Comments
 (0)