diff options
author | Rory& <root@rory.gay> | 2024-02-26 15:31:53 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-02-26 15:31:53 +0100 |
commit | 95fa27218b642289c04582d23e49e0c42e6782e9 (patch) | |
tree | a70e02698a8247db26b3d6a827296e83215e8252 | |
parent | Matrix media gate - Add forgotten nginx entry (diff) | |
download | Rory-Open-Architecture-95fa27218b642289c04582d23e49e0c42e6782e9.tar.xz |
Unbind Conduwuit from system nixpkgs.
-rwxr-xr-x | flake.nix | 2 |
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; |