From af15cc1d4ca4a6dddfacba39ea729bd7b22dd660 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Sat, 4 Jun 2022 15:21:15 -0500 Subject: [PATCH] nix: pin versions? --- flake.lock | 21 ++++++++++++--------- flake.nix | 6 +++--- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/flake.lock b/flake.lock index 780aeb1..e1ab60e 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,17 @@ "nodes": { "flake-utils": { "locked": { - "lastModified": 1653893745, - "narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=", + "lastModified": 1648297722, + "narHash": "sha256-W+qlPsiZd8F3XkzXOzAoR+mpFqzm3ekQkJNa+PIh1BQ=", "owner": "numtide", "repo": "flake-utils", - "rev": "1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1", + "rev": "0f8662f1319ad6abf89b3380dd2722369fc51ade", "type": "github" }, "original": { "owner": "numtide", "repo": "flake-utils", + "rev": "0f8662f1319ad6abf89b3380dd2722369fc51ade", "type": "github" } }, @@ -32,16 +33,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1654366296, - "narHash": "sha256-7XkmwoaM9cI2Qk0KJmSM15oW7KYpDWCFeUWOoDa1OKI=", + "lastModified": 1648854265, + "narHash": "sha256-e/RlfodBOMr2SH9diDPYMraTWvhOWSSsXDQikHFdUvM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f1a49956529e0fe9a7fe7efb2f60a80f11c9f81f", + "rev": "e194871435cad8ffb1d64b64fb7df3b2b8a10088", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", + "rev": "e194871435cad8ffb1d64b64fb7df3b2b8a10088", "type": "github" } }, @@ -66,16 +68,17 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1654364689, - "narHash": "sha256-vKXN+lYyaPR8SX3OUwqdEY0ccZ5PiVugmPKQtbH8QS0=", + "lastModified": 1648808959, + "narHash": "sha256-1KZuZ0yJ4j1cWvOvnyyy36xCTcG9+sNe2FDHOHnErQM=", "owner": "nix-community", "repo": "poetry2nix", - "rev": "5ccffe18c3b1ff74cc9a7f69fa614e96c1f768a3", + "rev": "99c79568352799af09edaeefc858d337e6d9c56f", "type": "github" }, "original": { "owner": "nix-community", "repo": "poetry2nix", + "rev": "99c79568352799af09edaeefc858d337e6d9c56f", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 633249a..58bf9ae 100644 --- a/flake.nix +++ b/flake.nix @@ -1,9 +1,9 @@ { description = "Application packaged using poetry2nix"; - inputs.flake-utils.url = "github:numtide/flake-utils"; - inputs.nixpkgs.url = "github:NixOS/nixpkgs"; - inputs.poetry2nix.url = "github:nix-community/poetry2nix"; + inputs.flake-utils.url = "github:numtide/flake-utils?rev=0f8662f1319ad6abf89b3380dd2722369fc51ade"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs?rev=e194871435cad8ffb1d64b64fb7df3b2b8a10088"; + inputs.poetry2nix.url = "github:nix-community/poetry2nix?rev=99c79568352799af09edaeefc858d337e6d9c56f"; outputs = { self, nixpkgs, flake-utils, poetry2nix }: {