This commit is contained in:
Daylin Morgan 2023-04-26 12:41:26 -05:00
parent 509be70772
commit 27da154691
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F
2 changed files with 5 additions and 5 deletions

View file

@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1669833724,
"narHash": "sha256-/HEZNyGbnQecrgJnfE8d0WC5c1xuPSD2LUpB6YXlg4c=",
"lastModified": 1682530770,
"narHash": "sha256-xKO2KuibPW/p6HdBLpG7Cg5UF3l/WX2e9LbwVpsZzN0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "4d2b37a84fad1091b9de401eb450aae66f1a741e",
"rev": "ddff8bd1184a180ebe30d4dec51e083c1811816c",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "22.11",
"ref": "master",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -2,7 +2,7 @@
description = "An example NixOS configuration";
inputs = {
nixpkgs = { url = "github:nixos/nixpkgs/22.11"; };
nixpkgs = { url = "github:nixos/nixpkgs/master"; };
};