fix: update release script
This commit is contained in:
@@ -122,6 +122,7 @@
|
|||||||
${pre-commit-check.shellHook}
|
${pre-commit-check.shellHook}
|
||||||
|
|
||||||
if [ -t 1 ]; then
|
if [ -t 1 ]; then
|
||||||
|
:
|
||||||
# command -v tput >/dev/null 2>&1 && tput clear || printf '\033c'
|
# command -v tput >/dev/null 2>&1 && tput clear || printf '\033c'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
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";
|
devshell-lib.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user