Commit 532dfe385a20

Vincent Demeester <vincent@sbr.pm>
2020-05-21 13:31:27
nix-config: remove sources in header
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 029ef98
Changed files (1)
modules
modules/profiles/nix-config.nixos.nix
@@ -1,7 +1,8 @@
-{ sources ? import ../../nix/sources.nix, config, lib, pkgs, ... }:
+{ config, lib, pkgs, ... }:
 
 with lib;
 let
+  sources = import ../../nix/sources.nix;
   cfg = config.profiles.nix-config;
 in
 {