add website flake to deploy via nix soon
This commit is contained in:
parent
0f82688071
commit
138fc0c4fb
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@
|
||||||
url = "github:nix-community/home-manager/release-23.11";
|
url = "github:nix-community/home-manager/release-23.11";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cherrykitten-website = {
|
||||||
|
url = "git+https://git.cherrykitten.dev/sammy/cherrykitten.dev?ref=nix";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, home-manager, colmena, ... }:
|
outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, home-manager, colmena, ... }:
|
||||||
|
|
Loading…
Add table
Reference in a new issue