diff --git a/flake.lock b/flake.lock index 6e71fc6..b1fa8c1 100644 --- a/flake.lock +++ b/flake.lock @@ -18,22 +18,6 @@ "type": "github" } }, - "akkoma": { - "locked": { - "lastModified": 1672148221, - "narHash": "sha256-S97Fll+KFjZ7Hxs+GLRpE1GtqMfrnXtrAOaavcQirJ0=", - "owner": "illdefined", - "repo": "nixpkgs", - "rev": "a9601933ea41b1af21554d9a6558f950e24619f5", - "type": "github" - }, - "original": { - "owner": "illdefined", - "ref": "akkoma", - "repo": "nixpkgs", - "type": "github" - } - }, "ckiee": { "locked": { "lastModified": 1651228769, @@ -508,7 +492,6 @@ "root": { "inputs": { "agenix": "agenix", - "akkoma": "akkoma", "deploy-rs": "deploy-rs", "emacs-overlay": "emacs-overlay", "home-manager": "home-manager", diff --git a/flake.nix b/flake.nix index 369c2bd..aaf2246 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,6 @@ emacs-overlay.url = "github:nix-community/emacs-overlay"; nixpkgs-master.url = "nixpkgs/master"; - akkoma.url = "github:illdefined/nixpkgs/akkoma"; wsl = { url = "github:nix-community/NixOS-WSL"; @@ -46,7 +45,7 @@ }; outputs = { self, nixpkgs, deploy-rs, home-manager, agenix, printerfacts, mara - , rhea, waifud, emacs-overlay, wsl, x, nixpkgs-master, akkoma, ... }: + , rhea, waifud, emacs-overlay, wsl, x, nixpkgs-master, ... }: let pkgs = nixpkgs.legacyPackages."x86_64-linux"; pkgsMaster = nixpkgs-master.legacyPackages."x86_64-linux"; @@ -67,10 +66,6 @@ home-manager.useUserPackages = true; nixpkgs.overlays = [ emacs-overlay.overlay - (self: super: { - inherit (akkoma.legacyPackages.${super.system}) - akkoma akkoma-frontends; - }) ]; }) ./common @@ -327,10 +322,6 @@ # cloud akko = mkSystem [ - ({ ... }: { - imports = - [ "${akkoma}/nixos/modules/services/web-apps/akkoma.nix" ]; - }) ./hosts/akko ./hardware/location/YYZ ];