From eb13a9a552f9e50a66faba985521ba8e3483c447 Mon Sep 17 00:00:00 2001 From: Kleidi Bujari Date: Tue, 17 Dec 2024 23:03:27 -0500 Subject: Push configuration out of flake Projects are not necessarily all exported by the system flake, and should freely support other derivations. The new "mod" directory will be used for most projects, and it can be imported by machine configurations. That said, the tooling around flakes is pretty good and will still be used until the dependency is lessened. --- flake.lock | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index 9995a09..331d067 100644 --- a/flake.lock +++ b/flake.lock @@ -21,26 +21,6 @@ "type": "github" } }, - "flake-parts": { - "inputs": { - "nixpkgs-lib": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1730504689, - "narHash": "sha256-hgmguH29K2fvs9szpq2r3pz2/8cJd2LPS+b4tfNFCwE=", - "owner": "hercules-ci", - "repo": "flake-parts", - "rev": "506278e768c2a08bec68eb62932193e341f55c90", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "flake-parts", - "type": "github" - } - }, "nixpkgs": { "locked": { "lastModified": 1731755305, @@ -60,10 +40,8 @@ "root": { "inputs": { "disko": "disko", - "flake-parts": "flake-parts", "nixpkgs": "nixpkgs", - "sops-nix": "sops-nix", - "sshKeys": "sshKeys" + "sops-nix": "sops-nix" } }, "sops-nix": { @@ -85,18 +63,6 @@ "repo": "sops-nix", "type": "github" } - }, - "sshKeys": { - "flake": false, - "locked": { - "narHash": "sha256-BEKwObEHFoq0UzQcZ0VJ6uVl3Cx2MVylPRkylReyDUk=", - "type": "file", - "url": "https://github.com/kbujari.keys" - }, - "original": { - "type": "file", - "url": "https://github.com/kbujari.keys" - } } }, "root": "root", -- cgit v1.3.1