fix: update release script

This commit is contained in:
eric
2026-03-04 06:58:15 +01:00
parent d06653a743
commit a5958b3827
3 changed files with 2 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
0.0.2
stable
0

View File

@@ -122,6 +122,7 @@
${pre-commit-check.shellHook}
if [ -t 1 ]; then
:
# command -v tput >/dev/null 2>&1 && tput clear || printf '\033c'
fi

View File

@@ -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";
};