From 68f1f6bbc403ea23bcdc9877aece64e8543af969 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 8 Jan 2026 06:24:58 -0500 Subject: [PATCH] cleanup flake deps --- flake.lock | 123 ++++------------------------------------------------- flake.nix | 3 ++ 2 files changed, 11 insertions(+), 115 deletions(-) diff --git a/flake.lock b/flake.lock index 5d5b3ba..05c5ae0 100644 --- a/flake.lock +++ b/flake.lock @@ -2,8 +2,10 @@ "nodes": { "agenix": { "inputs": { - "darwin": "darwin", - "home-manager": "home-manager", + "darwin": [], + "home-manager": [ + "home-manager" + ], "nixpkgs": [ "nixpkgs" ], @@ -38,28 +40,6 @@ "type": "github" } }, - "darwin": { - "inputs": { - "nixpkgs": [ - "agenix", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1744478979, - "narHash": "sha256-dyN+teG9G82G+m+PX/aSAagkC+vUv0SgUw3XkPhQodQ=", - "owner": "lnl7", - "repo": "nix-darwin", - "rev": "43975d782b418ebf4969e9ccba82466728c2851b", - "type": "github" - }, - "original": { - "owner": "lnl7", - "ref": "master", - "repo": "nix-darwin", - "type": "github" - } - }, "deploy-rs": { "inputs": { "flake-compat": "flake-compat", @@ -150,24 +130,6 @@ "type": "github" } }, - "flake-parts": { - "inputs": { - "nixpkgs-lib": "nixpkgs-lib" - }, - "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" - } - }, "flake-utils": { "inputs": { "systems": "systems_3" @@ -227,27 +189,6 @@ } }, "home-manager": { - "inputs": { - "nixpkgs": [ - "agenix", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1745494811, - "narHash": "sha256-YZCh2o9Ua1n9uCvrvi5pRxtuVNml8X2a03qIFfRKpFs=", - "owner": "nix-community", - "repo": "home-manager", - "rev": "abfad3d2958c9e6300a883bd443512c55dfeb1be", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "home-manager", - "type": "github" - } - }, - "home-manager_2": { "inputs": { "nixpkgs": [ "nixpkgs" @@ -306,27 +247,6 @@ "type": "github" } }, - "llamacpp": { - "inputs": { - "flake-parts": "flake-parts", - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1767130133, - "narHash": "sha256-L53uKmj5eTaZXjR0UgUSMFNV2VWw7dHgfF0v4YoOpzw=", - "owner": "ggml-org", - "repo": "llama.cpp", - "rev": "4849661d9898ac3caf59ddd62044185805084370", - "type": "github" - }, - "original": { - "owner": "ggml-org", - "repo": "llama.cpp", - "type": "github" - } - }, "nix-minecraft": { "inputs": { "flake-compat": "flake-compat_3", @@ -381,34 +301,6 @@ "type": "github" } }, - "nixpkgs-lib": { - "locked": { - "lastModified": 1730504152, - "narHash": "sha256-lXvH/vOfb4aGYyvFmZK/HlsNsr/0CVWlwYvo2rxJk3s=", - "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/cc2f28000298e1269cea6612cd06ec9979dd5d7f.tar.gz" - }, - "original": { - "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/cc2f28000298e1269cea6612cd06ec9979dd5d7f.tar.gz" - } - }, - "nixpkgs_2": { - "locked": { - "lastModified": 1764517877, - "narHash": "sha256-pp3uT4hHijIC8JUK5MEqeAWmParJrgBVzHLNfJDZxg4=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "2d293cbfa5a793b4c50d17c05ef9e385b90edf6c", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "pre-commit": { "inputs": { "flake-compat": "flake-compat_2", @@ -437,10 +329,9 @@ "agenix": "agenix", "deploy-rs": "deploy-rs", "disko": "disko", - "home-manager": "home-manager_2", + "home-manager": "home-manager", "impermanence": "impermanence", "lanzaboote": "lanzaboote", - "llamacpp": "llamacpp", "nix-minecraft": "nix-minecraft", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs", @@ -658,7 +549,9 @@ "ytbn-graphing-software": { "inputs": { "flake-utils": "flake-utils_2", - "nixpkgs": "nixpkgs_2", + "nixpkgs": [ + "nixpkgs" + ], "rust-overlay": "rust-overlay_2" }, "locked": { diff --git a/flake.nix b/flake.nix index cff2c74..70e9897 100644 --- a/flake.nix +++ b/flake.nix @@ -45,6 +45,8 @@ agenix = { url = "github:ryantm/agenix"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.home-manager.follows = "home-manager"; + inputs.darwin.follows = ""; }; senior_project-website = { @@ -64,6 +66,7 @@ ytbn-graphing-software = { url = "git+https://git.gardling.com/titaniumtown/YTBN-Graphing-Software"; + inputs.nixpkgs.follows = "nixpkgs"; }; };