mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
chore: cosmetic changes
This commit is contained in:
parent
5424d9f994
commit
80facd9f12
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue