summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-01-20 12:48:33 +0100
committerLinnnus <[email protected]>2024-01-20 12:48:33 +0100
commit8a2ba9a605dd94ebb7258225fd9fc6db6c2871e8 (patch)
tree070ed7f67476be9c15d7f5a7bc295a3ef73fed07 /flake.nix
parentd8e387ae0e06db2ff3665e0c267dd0ac48215071 (diff)
hosts/ahmed: Move hellohtml definiton into repo
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/flake.nix b/flake.nix
index 10d0c9a..1698f2d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -27,11 +27,6 @@
url = "github:linnnus/comma-zsh";
inputs.nixpkgs.follows = "nixpkgs";
};
- hellohtml = {
- url = "github:linnnus/hellohtml";
- # url = "path:/home/linus/hellohtml";
- inputs.nixpkgs.follows = "nixpkgs-unstable";
- };
};
outputs = {
@@ -41,7 +36,6 @@
nix-darwin,
agenix,
push-notification-api,
- hellohtml,
...
} @ inputs: let
args = {
@@ -94,7 +88,6 @@
home-manager.nixosModules.home-manager
agenix.nixosModules.default
push-notification-api.nixosModules.default
- hellohtml.nixosModules.default
./hosts/ahmed/configuration.nix
./hosts/common.nix
./home