Revert "Bump flake inputs"

This reverts commit 57af4be1d8.
This commit is contained in:
adisbladis 2023-07-14 20:45:25 +12:00
parent 0797f9e052
commit cfecf702c2
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -40,17 +40,17 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1689192006,
"narHash": "sha256-QM0f0d8oPphOTYJebsHioR9+FzJcy1QNIzREyubB91U=",
"lastModified": 1680609323,
"narHash": "sha256-Od7WQbOLmlY/bQwkIzIMy/zs7mAplawReZcHzHtXbPc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "2de8efefb6ce7f5e4e75bdf57376a96555986841",
"rev": "45dc78cb0a93fc84eaa1fea85bda28865eab1a44",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"rev": "45dc78cb0a93fc84eaa1fea85bda28865eab1a44",
"type": "github"
}
},

View file

@ -2,7 +2,7 @@
description = "Poetry2nix flake";
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/45dc78cb0a93fc84eaa1fea85bda28865eab1a44";
inputs.nix-github-actions.url = "github:nix-community/nix-github-actions";
inputs.nix-github-actions.inputs.nixpkgs.follows = "nixpkgs";