mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
removed flake-utils
This commit is contained in:
parent
6c8ad00bac
commit
2495d2423b
2 changed files with 10 additions and 17 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue