From 8a2ba9a605dd94ebb7258225fd9fc6db6c2871e8 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sat, 20 Jan 2024 12:48:33 +0100 Subject: hosts/ahmed: Move hellohtml definiton into repo --- flake.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'flake.nix') 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 -- cgit v1.2.3