mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos: Don't evaluate twice to get the value of config.nixpkgs
This commit is contained in:
parent
1d62ad4746
commit
e4a06f35b1
4 changed files with 18 additions and 27 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, lib, pkgs, utils, ... }:
|
||||
|
||||
with lib;
|
||||
with utils;
|
||||
with lib;
|
||||
with import ./systemd-unit-options.nix { inherit config lib; };
|
||||
|
||||
let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue