This commit is contained in:
Daylin Morgan 2023-01-22 23:26:44 -06:00
parent 43492a75ce
commit c434823995
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "master", "ref": "22.11",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

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