diff options
author | Emma@Rory <root@rory.gay> | 2023-09-08 15:01:16 +0200 |
---|---|---|
committer | Emma@Rory <root@rory.gay> | 2023-09-08 15:01:16 +0200 |
commit | abc28a07949f26c8d2afd1f73fd30cf428d2a40f (patch) | |
tree | 1844a849383d27e3def27db8a859e3c14a375073 /flake.nix | |
parent | Successful build on RoryNix (diff) | |
download | Rory-Open-Architecture-abc28a07949f26c8d2afd1f73fd30cf428d2a40f.tar.xz |
Some refactoring work...
Diffstat (limited to 'flake.nix')
-rwxr-xr-x | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index e504fa0..205251b 100755 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ url = "github:TheArcaneBrony/nixpkgs/master"; }; nixpkgs-RoryNix = { - url = "github:NixOs/nixpkgs/nixos-22.11"; + url = "github:NixOs/nixpkgs/nixos-23.05"; }; botcore-v4 = { url = "gitlab:BotCore-Devs/BotCore-v4/staging"; |