diff --git a/flake.lock b/flake.lock index 11bc0978..9a7624b6 100644 --- a/flake.lock +++ b/flake.lock @@ -40,26 +40,6 @@ "type": "github" } }, - "floco": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1694873346, - "narHash": "sha256-Uvh03bg0a6ZnNWiX1Gb8g+m343wSJ/wb8ryUASt0loc=", - "owner": "aakropotkin", - "repo": "floco", - "rev": "d16bd444ab9d29a6640f52ee4e43a66528e07515", - "type": "github" - }, - "original": { - "owner": "aakropotkin", - "repo": "floco", - "type": "github" - } - }, "nixlib": { "locked": { "lastModified": 1693701915, @@ -132,7 +112,6 @@ "inputs": { "disko": "disko", "flake-parts": "flake-parts", - "floco": "floco", "nixos-generators": "nixos-generators", "nixpkgs": "nixpkgs", "nixpkgs-for-deal": "nixpkgs-for-deal", diff --git a/flake.nix b/flake.nix index a57719c2..7dc2e1e5 100644 --- a/flake.nix +++ b/flake.nix @@ -10,8 +10,6 @@ # https://github.com/NixOS/nixpkgs/pull/265872 nixpkgs-for-deal.url = "github:Luis-Hebendanz/nixpkgs/fix_python_deal"; - floco.url = "github:aakropotkin/floco"; - floco.inputs.nixpkgs.follows = "nixpkgs"; disko.url = "github:nix-community/disko"; disko.inputs.nixpkgs.follows = "nixpkgs"; sops-nix.url = "github:Mic92/sops-nix";