chore: cosmetic changes

This commit is contained in:
Julien Malka 2024-08-25 12:13:55 +02:00
parent 5424d9f994
commit 80facd9f12
Signed by: Luj
GPG key ID: 6FC74C847011FD83

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";
};