commit fecf2c21b0a57fbfe748e9bc66fb4f8232bca156
parent 840cebd59e3f126c51db83332e4429d21e8cc2c8
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 27 Nov 2023 17:28:34 +0100
Remove unused files
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
2 files changed, 0 insertions(+), 16 deletions(-)
diff --git a/default.nix b/default.nix
@@ -1,15 +0,0 @@
-# { sources ? import ./nix
-# , lib ? sources.lib
-# , pkgs ? sources.pkgs { }
-# , pkgs-unstable ? sources.pkgs-unstable { }
-# , nixpkgs ? sources.nixpkgs { }
-# }@args:
-# let
-# foo = "bar";
-# in
-# {
-# tools.bus = pkgs.callPackage ./tools/bus { };
-# tools.univ = pkgs.callPackage ./tools/univ { };
-# tools.system = pkgs.callPackage ./tools/system { };
-# tools.k8s_infra = pkgs.callPackage ./tools/k8s.infra { };
-# }
diff --git a/tools/emacs/default.nix b/tools/emacs/default.nix
@@ -1 +0,0 @@
-