CHORE: update poetry2nix now that my MR is merged

This commit is contained in:
Valentin Boettcher 2024-05-27 11:16:04 -04:00
parent a45e71e21f
commit ec636c1c57
2 changed files with 12 additions and 13 deletions

23
flake.lock generated
View file

@ -59,11 +59,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1715571466,
"narHash": "sha256-7o7OwQ7D35K7fsBaDjEqHfpbbg+EKhAtz93cHg3LXBw=",
"lastModified": 1716792620,
"narHash": "sha256-wQmXzee/veETYJv93TkRYsAQkEdt2QYCJeJil5SrJfg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "adc44ac0ee8454f4f51ef5dd1bdcc60080141e24",
"rev": "7d7cf1590c05d799745bf456f2b95b798f48d3bb",
"type": "github"
},
"original": {
@ -84,16 +84,15 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1715466776,
"narHash": "sha256-+EtEp3ZpsB7Mrt7qFNWF0oGwy/uYf1JZntZGF56WqfQ=",
"owner": "vale981",
"lastModified": 1716813403,
"narHash": "sha256-9+G8tEOh3QkjSUV2UMC+TpvzKOR8IUFlkJJTMpVQMkc=",
"owner": "nix-community",
"repo": "poetry2nix",
"rev": "0961063e3a44f0b9d45e8420755cd1e5b9eb4b64",
"rev": "12599ecaa9ec641c29dc8fd07f8267b23874bf3a",
"type": "github"
},
"original": {
"owner": "vale981",
"ref": "patch-3",
"owner": "nix-community",
"repo": "poetry2nix",
"type": "github"
}
@ -157,11 +156,11 @@
]
},
"locked": {
"lastModified": 1714058656,
"narHash": "sha256-Qv4RBm4LKuO4fNOfx9wl40W2rBbv5u5m+whxRYUMiaA=",
"lastModified": 1715940852,
"narHash": "sha256-wJqHMg/K6X3JGAE9YLM0LsuKrKb4XiBeVaoeMNlReZg=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "c6aaf729f34a36c445618580a9f95a48f5e4e03f",
"rev": "2fba33a182602b9d49f0b2440513e5ee091d838b",
"type": "github"
},
"original": {

View file

@ -5,7 +5,7 @@
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
poetry2nix = {
url = "github:vale981/poetry2nix?ref=patch-3";
url = "github:nix-community/poetry2nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};