mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-21 22:55:50 -06:00
WIP
This commit is contained in:
parent
43492a75ce
commit
c434823995
2 changed files with 2 additions and 2 deletions
2
flake.lock
generated
2
flake.lock
generated
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"ref": "master",
|
"ref": "22.11",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue