add nixpkgs 23.05 to flake inputs

This commit is contained in:
uku 2023-11-14 18:59:49 +01:00
parent 68b9d98a9e
commit 6324fa7c57
Signed by: uku
GPG key ID: 7D01D7B105E77166
2 changed files with 18 additions and 1 deletions

View file

@ -3,6 +3,7 @@
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs-stable.url = "nixpkgs/nixos-23.05";
flake-parts = {
url = "github:hercules-ci/flake-parts";