diff --git a/flake.lock b/flake.lock index 2e1fdc30b1f..759862e9d01 100644 --- a/flake.lock +++ b/flake.lock @@ -261,21 +261,6 @@ "type": "indirect" } }, - "nixpkgs_5": { - "locked": { - "lastModified": 1697851979, - "narHash": "sha256-lJ8k4qkkwdvi+t/Xc6Fn74kUuobpu9ynPGxNZR6OwoA=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "5550a85a087c04ddcace7f892b0bdc9d8bb080c8", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-23.05", - "type": "indirect" - } - }, "pybind11-src": { "flake": false, "locked": { @@ -318,7 +303,10 @@ "haskell-backend": "haskell-backend_2", "llvm-backend": "llvm-backend", "mavenix": "mavenix_2", - "nixpkgs": "nixpkgs_5", + "nixpkgs": [ + "haskell-backend", + "nixpkgs" + ], "rv-utils": "rv-utils" } }, diff --git a/flake.nix b/flake.nix index 00781dabf8d..e974da30d29 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "K Framework"; inputs = { - nixpkgs.url = "nixpkgs/nixos-23.05"; + nixpkgs.follows = "haskell-backend/nixpkgs"; haskell-backend.url = "github:runtimeverification/haskell-backend/03a6228f78d7f4805fee4b9d9c45208dcbe0c9fb"; booster-backend = { url = "github:runtimeverification/hs-backend-booster/66439eba81e7311698cb3647b22bb840529ac524";