Use nixos.23-05 rather than unstable

This commit is contained in:
2023-06-25 20:54:15 -05:00
parent efbf9c87e9
commit 3ecb11e26e
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs.url = "nixpkgs/nixos-23.05";
agenix = {
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";