release -> nixos

master
David Crompton 2023-08-01 15:36:16 -04:00
parent ad563a085c
commit 97554e427a
2 changed files with 5 additions and 5 deletions

View File

@ -39,16 +39,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1690470004,
"narHash": "sha256-l57RmPhPz9r1LGDg/0v8bYgJO8R+GGTQZtkIxE7negU=",
"lastModified": 1690835256,
"narHash": "sha256-SZy/Nvwbf6CorhEsvmjqgjoYNLnRfaKVZMfSnpUDPnc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9462344318b376e157c94fa60c20a25b913b2381",
"rev": "b7cde1c47b7316f6138a2b36ef6627f3d16d645c",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-23.05",
"ref": "nixos-23.05",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -1,7 +1,7 @@
{
inputs = {
nixpkgs = {
url = "github:NixOS/nixpkgs/release-23.05";
url = "github:NixOS/nixpkgs/nixos-23.05";
};
nixpkgs-unstable = {
url = "github:NixOS/nixpkgs/nixos-unstable";