add cookied to cookies vm
This commit is contained in:
parent
85081f33af
commit
496b493efa
4 changed files with 35 additions and 0 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue