remove flake utils

This commit is contained in:
Rph :3 2025-04-03 23:03:53 +02:00
parent 39344fe5fa
commit 762d481707
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

5
flake.lock generated
View File

@ -13,9 +13,8 @@
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
"id": "flake-utils",
"type": "indirect"
}
},
"nixpkgs": {

View File

@ -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 , ...}: