Commit 20cba4e59cf9

Vincent Demeester <vincent@sbr.pm>
2023-12-01 15:55:51
Remove commented-out flake inputs
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 2880d2b
Changed files (1)
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"; };