chore: cosmetic changes

This commit is contained in:
Luj 2024-08-25 12:13:55 +02:00
parent b3b1b90626
commit e4e9b72d1b

View file

@ -1,8 +1,8 @@
let
inputs = import ./deps;
patch = import inputs.nix-patches { patchFile = ./patches; };
patches = import inputs.nix-patches { patchFile = ./patches; };
inputs_final = inputs // {
nixpkgs_patched = patch.mkNixpkgsSrc {
nixpkgs_patched = patches.mkNixpkgsSrc {
src = inputs.unstable;
version = "nixos-unstable";
};