summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-02-26 15:31:53 +0100
committerRory& <root@rory.gay>2024-02-26 15:31:53 +0100
commit95fa27218b642289c04582d23e49e0c42e6782e9 (patch)
treea70e02698a8247db26b3d6a827296e83215e8252
parentMatrix media gate - Add forgotten nginx entry (diff)
downloadRory-Open-Architecture-95fa27218b642289c04582d23e49e0c42e6782e9.tar.xz
Unbind Conduwuit from system nixpkgs.
-rwxr-xr-xflake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index a64698f..0ea3c34 100755
--- a/flake.nix
+++ b/flake.nix
@@ -23,7 +23,7 @@
       # 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.
-      inputs.nixpkgs.follows = "nixpkgs";
+      #inputs.nixpkgs.follows = "nixpkgs";
     };
     nixos-wsl.url = "github:nix-community/NixOS-WSL";
     #inputs.nur.url = github:nix-community/NUR;