add cookied to cookies vm

This commit is contained in:
lilly 2025-03-14 21:31:35 +01:00
commit 496b493efa
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
4 changed files with 35 additions and 0 deletions

View file

@ -38,6 +38,12 @@
url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
# cookied
cookied = {
url = "git+https://codeberg.org/lilly/cookied.git";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =