[nixpkgs] fix typo

This commit is contained in:
2024-11-26 13:22:52 +01:00
parent f61ea6ce5c
commit c0207dad33
2 changed files with 24 additions and 2 deletions

View File

@@ -10,8 +10,8 @@
mfsync.url = "github:k4lipso/mfsync";
microvm.url = "github:astro/microvm.nix";
microvm.inputs.nixpkgs.follows = "nixpkgs";
inputs.disko.url = "github:nix-community/disko/latest";
inputs.disko.inputs.nixpkgs.follows = "nixpkgs";
disko.url = "github:nix-community/disko/latest";
disko.inputs.nixpkgs.follows = "nixpkgs";
utils = {
url = "github:numtide/flake-utils";