From adaaf9a0585d0a94db88ee682b876a773c30cf51 Mon Sep 17 00:00:00 2001 From: Marc Scholten Date: Tue, 9 Jul 2024 16:50:25 -0400 Subject: [PATCH] Fixed nixpkgs is not version pinned --- flake.lock | 9 +++++---- flake.nix | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 6c93863b9..0b2eb957c 100644 --- a/flake.lock +++ b/flake.lock @@ -41,17 +41,17 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1714390914, - "narHash": "sha256-W5DFIifCjGYJXJzLU3RpqBeqes4zrf0Sr/6rwzTygPU=", + "lastModified": 1716484006, + "narHash": "sha256-2gtN5jf21HS9TAZXhf9G+OSUY1TQ/95n6clcuFjYQ58=", "owner": "cachix", "repo": "devenv", - "rev": "34e6461fd76b5f51ad5f8214f5cf22c4cd7a196e", + "rev": "800f19d1b999f89464fd8e0226abf4b3b444b0fa", "type": "github" }, "original": { "owner": "cachix", - "ref": "refs/tags/v1.0.5", "repo": "devenv", + "rev": "800f19d1b999f89464fd8e0226abf4b3b444b0fa", "type": "github" } }, @@ -948,6 +948,7 @@ "original": { "owner": "NixOS", "repo": "nixpkgs", + "rev": "54b4bb956f9891b872904abdb632cea85a033ff2", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 49a1406c0..598cf821a 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "IHP is a modern batteries-included haskell web framework, built on top of Haskell and Nix."; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs"; + nixpkgs.url = "github:NixOS/nixpkgs?rev=54b4bb956f9891b872904abdb632cea85a033ff2"; # pre-defined set of default target systems systems.url = "github:nix-systems/default";