nix: pin versions?
All checks were successful
gitea-physics/pyewjn/pipeline/head This commit looks good
gitea-physics/pyewjn/pipeline/pr-master This commit looks good

This commit is contained in:
Deepak Mallubhotla 2022-06-04 15:21:15 -05:00
parent 908cd65129
commit af15cc1d4c
2 changed files with 15 additions and 12 deletions

21
flake.lock generated
View File

@ -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"
}
},

View File

@ -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 }:
{