diff --git a/flake.lock b/flake.lock index 2b4e4e60..64c37034 100644 --- a/flake.lock +++ b/flake.lock @@ -1,28 +1,5 @@ { "nodes": { - "awscli-console": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ], - "systems": [ - "systems" - ] - }, - "locked": { - "lastModified": 1712177337, - "narHash": "sha256-g4jauveuma7Re5Mpa3WMy8DTWrs7HnDjYyZt8vG40oE=", - "owner": "misterio77", - "repo": "awscli-console", - "rev": "e453f6e9ea7d3e19af4abefd3619ea2b6bd3b477", - "type": "github" - }, - "original": { - "owner": "misterio77", - "repo": "awscli-console", - "type": "github" - } - }, "base16-schemes": { "flake": false, "locked": { @@ -385,7 +362,6 @@ }, "root": { "inputs": { - "awscli-console": "awscli-console", "disconic": "disconic", "firefox-addons": "firefox-addons", "hardware": "hardware", diff --git a/flake.nix b/flake.nix index a8cab087..012ef1c0 100644 --- a/flake.nix +++ b/flake.nix @@ -46,11 +46,6 @@ url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons"; inputs.nixpkgs.follows = "nixpkgs"; }; - awscli-console = { - url = "github:misterio77/awscli-console"; - inputs.nixpkgs.follows = "nixpkgs"; - inputs.systems.follows = "systems"; - }; nix-gaming = { url = "github:fufexan/nix-gaming"; inputs.nixpkgs.follows = "nixpkgs";