From c0b9780594366f9256b6f46ac0955d70281c38b6 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 6 Mar 2024 06:19:29 -0800 Subject: install my own scripts This is the first step to re-enable installing custom scripts. The next step will be to rename `tools` to `packages`, and then if needed I will be able to support overlays. --- flake.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 3a42cd9..d7f5c46 100644 --- a/flake.nix +++ b/flake.nix @@ -50,6 +50,7 @@ imports = [ ./nix/flake/devshell.nix + ./nix/flake/packages.nix ./nix/flake/hosts.nix ]; }; -- cgit v1.2.3