1
1

Try adding flake-parts site

This commit is contained in:
2025-07-20 17:12:03 -04:00
parent b7226bd567
commit 92abe8b6cd
2 changed files with 468 additions and 1 deletions

View File

@@ -13,6 +13,8 @@
emanote.inputs.emanote-template.follows = "";
flake-parts.follows = "emanote/flake-parts";
# nixpkgs.follows = "emanote/nixpkgs";
osds-site.url = "git+https://git.ewanick.com/bill/osds-site";
};
outputs =
@@ -20,6 +22,7 @@
self,
nixpkgs,
emanote,
osds-site,
...
}:
{
@@ -29,6 +32,8 @@
./server-config/configuration.nix
./nixos-apps
osds-site
];
};
};