diff --git a/VERSION b/VERSION deleted file mode 100644 index 5e5e897..0000000 --- a/VERSION +++ /dev/null @@ -1,3 +0,0 @@ -0.0.2 -stable -0 diff --git a/flake.nix b/flake.nix index 032b329..afdc790 100644 --- a/flake.nix +++ b/flake.nix @@ -122,6 +122,7 @@ ${pre-commit-check.shellHook} if [ -t 1 ]; then + : # command -v tput >/dev/null 2>&1 && tput clear || printf '\033c' fi diff --git a/template/flake.nix b/template/flake.nix index e8f1ab6..6975e32 100644 --- a/template/flake.nix +++ b/template/flake.nix @@ -4,7 +4,7 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; - devshell-lib.url = "github:yourorg/devshell-lib"; + devshell-lib.url = "git+https://git.dgren.dev/eric/nix-flake-lib"; devshell-lib.inputs.nixpkgs.follows = "nixpkgs"; };