From 36e328915ec36c7c52e6b1d18b5e545495e3dc54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Tue, 24 Mar 2026 15:59:26 -0600 Subject: [PATCH] =?UTF-8?q?chore:=20flake-utils=EB=A5=BC=20=EC=95=88=20?= =?UTF-8?q?=EC=82=AC=EC=9A=A9=ED=95=98=EB=8A=94=EB=8D=B0=20=EB=BA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.lock | 34 ---------------------------------- flake.nix | 1 - 2 files changed, 35 deletions(-) diff --git a/flake.lock b/flake.lock index 39abbbd..a02e441 100644 --- a/flake.lock +++ b/flake.lock @@ -59,24 +59,6 @@ "type": "github" } }, - "flake-utils": { - "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" - } - }, "nix-fetcher-data": { "inputs": { "flake-parts": "flake-parts", @@ -162,7 +144,6 @@ "root": { "inputs": { "clj-nix": "clj-nix", - "flake-utils": "flake-utils", "nixpkgs": "nixpkgs_2", "sydpkgs": "sydpkgs" } @@ -184,21 +165,6 @@ "repo": "sydpkgs", "type": "github" } - }, - "systems": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } } }, "root": "root", diff --git a/flake.nix b/flake.nix index b0d141a..158300b 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,6 @@ { inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; - flake-utils.url = "github:numtide/flake-utils"; clj-nix.url = "github:jlesquembre/clj-nix"; sydpkgs.url = "github:msyds/sydpkgs"; };