mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
WIP
This commit is contained in:
parent
43492a75ce
commit
c434823995
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "master",
|
||||
"ref": "22.11",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
description = "An example NixOS configuration";
|
||||
|
||||
inputs = {
|
||||
nixpkgs = { url = "github:nixos/nixpkgs/master"; };
|
||||
nixpkgs = { url = "github:nixos/nixpkgs/22.11"; };
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue