diff options
author | Linnnus <[email protected]> | 2024-01-20 12:48:33 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-01-20 12:48:33 +0100 |
commit | 8a2ba9a605dd94ebb7258225fd9fc6db6c2871e8 (patch) | |
tree | 070ed7f67476be9c15d7f5a7bc295a3ef73fed07 /flake.nix | |
parent | d8e387ae0e06db2ff3665e0c267dd0ac48215071 (diff) |
hosts/ahmed: Move hellohtml definiton into repo
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |