home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 20cba4e59cf964090ab4567d4f268421234f41c6
parent 2880d2b7697cca1931374aadd442d7f4d5ff6a85
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  1 Dec 2023 15:55:51 +0100

Remove commented-out flake inputs

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mflake.nix | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -195,12 +195,6 @@ repo = "sops-nix"; inputs.nixpkgs.follows = "nixpkgs"; }; - # envfs = { - # type = "github"; - # owner = "Mic92"; - # repo = "envfs"; - # inputs.nixpkgs.follows = "nixpkgs"; - # }; # WSL nixos-wsl = { type = "github"; owner = "nix-community"; repo = "NixOS-WSL"; inputs.nixpkgs.follows = "nixpkgs"; };