diff options
author | Rory&::Emma <root@rory.gay> | 2024-05-01 11:16:54 +0000 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-04 14:45:02 +0200 |
commit | c6d47d4a1c523ddabc3ca871685eda5ca74ca607 (patch) | |
tree | 14e1ff3942915ca8205d6f8859a46b13d66c7a70 /flake.nix | |
parent | Fix package passthrough (diff) | |
download | Rory-Open-Architecture-c6d47d4a1c523ddabc3ca871685eda5ca74ca607.tar.xz |
Server updates
Diffstat (limited to 'flake.nix')
-rwxr-xr-x | flake.nix | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix index f27d066..02f2297 100755 --- a/flake.nix +++ b/flake.nix @@ -7,8 +7,8 @@ #url="path:/Rory-Open-Architecture/nixpkgs"; }; nixpkgs-rory = { - #url = "path:/Rory-Open-Architecture/nixpkgs"; - url = "github:TheArcaneBrony/nixpkgs/master"; + url = "path:/Rory-Open-Architecture/nixpkgs"; + #url = "github:TheArcaneBrony/nixpkgs/master"; }; nixpkgs-RoryNix = { #url = "github:NixOS/nixpkgs/nixos-23.05"; @@ -19,7 +19,9 @@ }; conduit = { #url = "gitlab:famedly/conduit"; - url = "github:girlbossceo/conduwuit/7ecc570bb8a07aba9802fd0217f978583f55bc8b"; + + #url = "github:girlbossceo/conduwuit/7ecc570bb8a07aba9802fd0217f978583f55bc8b"; + url = "github:girlbossceo/conduwuit/dev"; # Assuming you have an input for nixpkgs called `nixpkgs`. If you experience # build failures while using this, try commenting/deleting this line. This # will probably also require you to always build from source. |