summary refs log tree commit diff
path: root/nixos/modules/system/boot/systemd.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-05-05 15:52:33 -0400
committerNicolas B. Pierron <nicolas.b.pierron@gmail.com>2015-03-12 23:42:57 +0100
commite4a06f35b1d88ab98fa8b6962e7a3f802232d165 (patch)
tree16b61471d7378190125ab920c95ac2a340295585 /nixos/modules/system/boot/systemd.nix
parent1d62ad474694c0717017c2c8aa79909a890407b5 (diff)
downloadnixpkgs-e4a06f35b1d88ab98fa8b6962e7a3f802232d165.tar
nixpkgs-e4a06f35b1d88ab98fa8b6962e7a3f802232d165.tar.gz
nixpkgs-e4a06f35b1d88ab98fa8b6962e7a3f802232d165.tar.bz2
nixpkgs-e4a06f35b1d88ab98fa8b6962e7a3f802232d165.tar.lz
nixpkgs-e4a06f35b1d88ab98fa8b6962e7a3f802232d165.tar.xz
nixpkgs-e4a06f35b1d88ab98fa8b6962e7a3f802232d165.tar.zst
nixpkgs-e4a06f35b1d88ab98fa8b6962e7a3f802232d165.zip
nixos: Don't evaluate twice to get the value of config.nixpkgs
Diffstat (limited to 'nixos/modules/system/boot/systemd.nix')
-rw-r--r--nixos/modules/system/boot/systemd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index f853a8f6775..f3ffda02367 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -1,7 +1,7 @@
 { config, lib, pkgs, utils, ... }:
 
-with lib;
 with utils;
+with lib;
 with import ./systemd-unit-options.nix { inherit config lib; };
 
 let