From 762d481707abda273fe67eb6aca4f0b48f9b5601 Mon Sep 17 00:00:00 2001 From: "Rph :3" <11350302+rphsoftware@users.noreply.github.com> Date: Thu, 3 Apr 2025 23:03:53 +0200 Subject: [PATCH] remove flake utils --- flake.lock | 5 ++--- flake.nix | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index e31c8ac..f51f724 100644 --- a/flake.lock +++ b/flake.lock @@ -13,9 +13,8 @@ "type": "github" }, "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" + "id": "flake-utils", + "type": "indirect" } }, "nixpkgs": { diff --git a/flake.nix b/flake.nix index 83b03c8..9adb5fe 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,6 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; rust-overlay.url = "github:oxalica/rust-overlay"; - flake-utils.url = "github:numtide/flake-utils"; }; outputs = { self, nixpkgs, flake-utils, rust-overlay , ...}: