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" "type": "github"
}, },
"original": { "original": {
"owner": "numtide", "id": "flake-utils",
"repo": "flake-utils", "type": "indirect"
"type": "github"
} }
}, },
"nixpkgs": { "nixpkgs": {

View File

@ -2,7 +2,6 @@
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
rust-overlay.url = "github:oxalica/rust-overlay"; rust-overlay.url = "github:oxalica/rust-overlay";
flake-utils.url = "github:numtide/flake-utils";
}; };
outputs = { self, nixpkgs, flake-utils, rust-overlay , ...}: outputs = { self, nixpkgs, flake-utils, rust-overlay , ...}: