summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-05-25 08:29:15 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-05-25 08:29:15 +0200
commit02327b0f272a0b8f3303d926fc4dabc38a25ae0a (patch)
tree3893e93659b140a946c0af9cf3c30ba97a8ad675
parentLog build out (diff)
downloadRory-Open-Architecture-02327b0f272a0b8f3303d926fc4dabc38a25ae0a.tar.xz
Add missing file
-rwxr-xr-xflake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index fc346cd..0441a80 100755
--- a/flake.nix
+++ b/flake.nix
@@ -3,8 +3,8 @@
 
   inputs = {
     nixpkgs = {
-      url = "github:NixOS/nixpkgs/nixos-unstable";
-      #url="path:/Rory-Open-Architecture/nixpkgs";
+      #url = "github:NixOS/nixpkgs/nixos-unstable";
+      url="path:/Rory-Open-Architecture/nixpkgs";
     };
     botcore-v4 = {
       url = "gitlab:BotCore-Devs/BotCore-v4/staging";