Get colmena from flake
This commit is contained in:
parent
e232bd8d9f
commit
e35c4573e6
1 changed files with 6 additions and 1 deletions
|
@ -96,6 +96,11 @@
|
|||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
colmena = {
|
||||
url = "github:zhaofengli/colmena";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
caddy-with-plugins = {
|
||||
url = "github:eboskma/caddy-with-plugins";
|
||||
inputs = {
|
||||
|
@ -240,7 +245,7 @@
|
|||
name = "dotfiles";
|
||||
packages = [
|
||||
age
|
||||
colmena
|
||||
inputs'.colmena.packages.colmena
|
||||
just
|
||||
nodejs
|
||||
nodePackages.typescript-language-server
|
||||
|
|
Loading…
Reference in a new issue