removed flake-utils

This commit is contained in:
Rouven Seifert 2023-04-18 16:15:43 +02:00
parent 6c8ad00bac
commit 2495d2423b
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 10 additions and 17 deletions

View file

@ -4,9 +4,6 @@
nixpkgs = {
url = github:nixos/nixpkgs/nixos-unstable;
};
flake-utils = {
url = github:numtide/flake-utils;
};
nixos-hardware = {
url = github:nixos/nixos-hardware;
};
@ -53,7 +50,6 @@
url = github:pta2002/nixvim;
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};