From 18a612390c3cbdcedc2fa1987f460ab1bc91bfd1 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Tue, 19 Mar 2024 00:30:20 -0600 Subject: changing nushell script source to test change --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 923f894..d3f90a2 100644 --- a/flake.nix +++ b/flake.nix @@ -49,7 +49,8 @@ # useful nushell scripts, such as auto_completion nushell-scripts = { - url = "github:nushell/nu_scripts"; + url = "github:doolphin/nu_scripts"; + # url = "github:nushell/nu_scripts"; flake = false; }; -- cgit v1.2.3 From 82a1220a1d603e6f0beab8622da9ae23a882d719 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 5 Apr 2024 15:08:51 -0600 Subject: make cgit service to host public git repos on bosco --- flake.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index d3f90a2..fb58897 100644 --- a/flake.nix +++ b/flake.nix @@ -274,6 +274,7 @@ ./modules/nixos/nix-common.nix ./modules/nixos/environment.nix ./modules/nixos/tailscale.nix + ./modules/nixos/cgit.nix ./modules/nixos/system-packages.nix ./modules/users/defin.nix ./modules/users/root.nix -- cgit v1.2.3