summary refs log tree commit diff
path: root/nixos/modules/services/networking/atftpd.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-09-29 09:45:59 -0400
committerShea Levy <shea@shealevy.com>2014-09-29 09:45:59 -0400
commitf5aaefbb6c48aada4a90a0e06210739d8ec1e837 (patch)
treef0d967c0b5137d864c9f1f66bc96cf12afe5dcef /nixos/modules/services/networking/atftpd.nix
parent3f5dcaa577b0ea6d317fc84a3410803c22a4fc1b (diff)
downloadnixpkgs-f5aaefbb6c48aada4a90a0e06210739d8ec1e837.tar
nixpkgs-f5aaefbb6c48aada4a90a0e06210739d8ec1e837.tar.gz
nixpkgs-f5aaefbb6c48aada4a90a0e06210739d8ec1e837.tar.bz2
nixpkgs-f5aaefbb6c48aada4a90a0e06210739d8ec1e837.tar.lz
nixpkgs-f5aaefbb6c48aada4a90a0e06210739d8ec1e837.tar.xz
nixpkgs-f5aaefbb6c48aada4a90a0e06210739d8ec1e837.tar.zst
nixpkgs-f5aaefbb6c48aada4a90a0e06210739d8ec1e837.zip
More pkgs.lib -> lib fixes
Diffstat (limited to 'nixos/modules/services/networking/atftpd.nix')
-rw-r--r--nixos/modules/services/networking/atftpd.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/atftpd.nix b/nixos/modules/services/networking/atftpd.nix
index ab9f8650f0f..47465ba948a 100644
--- a/nixos/modules/services/networking/atftpd.nix
+++ b/nixos/modules/services/networking/atftpd.nix
@@ -1,8 +1,8 @@
 # NixOS module for atftpd TFTP server
 
-{ config, pkgs, ... }:
+{ config, pkgs, lib, ... }:
 
-with pkgs.lib;
+with lib;
 
 let