]> git.scottworley.com Git - auto-upgrade-with-pinch/blobdiff - default.nix
Narrow sudoers to runAs=root
[auto-upgrade-with-pinch] / default.nix
index 1413fef74a3415f38f53b3b8035e679dc207ad02..348ba978b601e07cad92a759ce25c281e99b69d7 100644 (file)
@@ -1,10 +1,13 @@
-{ pkgs ? import <nixpkgs> { }, }:
+{
+  pkgs ? import <nixpkgs> { },
+}:
 
-pkgs.lib.makeScope pkgs.newScope (self:
-  with self; {
+pkgs.lib.makeScope pkgs.newScope (
+  self: with self; {
 
     homeless-gpg = callPackage ./pkgs/homeless-gpg.nix { };
 
     keyed-gpg = callPackage ./pkgs/keyed-gpg.nix { };
 
-  })
+  }
+)