Remove emanote from flake.parts
This commit is contained in:
parent
ee4ac1d7c8
commit
4a38f29273
2 changed files with 0 additions and 229 deletions
16
flake.nix
16
flake.nix
|
|
@ -5,9 +5,6 @@
|
|||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
|
||||
emanote.url = "github:srid/emanote";
|
||||
emanote.inputs.nixpkgs.follows = "nixpkgs";
|
||||
emanote.inputs.flake-parts.follows = "flake-parts";
|
||||
git-hooks-nix.url = "github:cachix/git-hooks.nix";
|
||||
git-hooks-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
treefmt-nix.url = "github:numtide/treefmt-nix";
|
||||
|
|
@ -21,7 +18,6 @@
|
|||
# 1. Add foo to inputs
|
||||
# 2. Add foo as a parameter to the outputs function
|
||||
# 3. Add here: foo.flakeModule
|
||||
inputs.emanote.flakeModule
|
||||
inputs.git-hooks-nix.flakeModule
|
||||
inputs.treefmt-nix.flakeModule
|
||||
];
|
||||
|
|
@ -70,18 +66,6 @@
|
|||
# module parameters provide easy access to attributes of the same
|
||||
# system.
|
||||
|
||||
emanote.sites = {
|
||||
osds-site = {
|
||||
layers = [
|
||||
{
|
||||
path = ./nixos-apps/ewanick.com;
|
||||
pathString = "nixos-apps/ewanick.com";
|
||||
}
|
||||
];
|
||||
port = 5567;
|
||||
};
|
||||
};
|
||||
|
||||
# Equivalent to inputs'.nixpkgs.legacyPackages.hello;
|
||||
# packages.default = pkgs.hello;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue