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

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