From 1e2f51d6c77ef5c6a77217c3744545e892d58d1b Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Thu, 30 Jan 2025 17:22:02 -0500 Subject: [PATCH] nevermind I was just convinced flake-utils was bad --- flake.lock | 36 +----------------------------------- flake.nix | 1 - 2 files changed, 1 insertion(+), 36 deletions(-) diff --git a/flake.lock b/flake.lock index d616613..8665c4a 100644 --- a/flake.lock +++ b/flake.lock @@ -83,24 +83,6 @@ "inputs": { "systems": "systems" }, - "locked": { - "lastModified": 1731533236, - "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_2": { - "inputs": { - "systems": "systems_2" - }, "locked": { "lastModified": 1726560853, "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", @@ -349,7 +331,7 @@ }, "nuschtosSearch": { "inputs": { - "flake-utils": "flake-utils_2", + "flake-utils": "flake-utils", "nixpkgs": [ "nixvim", "nixvim", @@ -372,7 +354,6 @@ }, "root": { "inputs": { - "flake-utils": "flake-utils", "home-manager": "home-manager", "nix-secrets": "nix-secrets", "nixpkgs": "nixpkgs", @@ -413,21 +394,6 @@ "type": "github" } }, - "systems_2": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, "treefmt-nix": { "inputs": { "nixpkgs": [ diff --git a/flake.nix b/flake.nix index 4b82c9a..22572e3 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,6 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - flake-utils.url = "github:numtide/flake-utils"; home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; nixvim.url = "github:TheWanderingCrow/nvix";