From f31ca3499ddce232eaa8df05c578196a0d138296 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Mon, 8 Aug 2022 20:21:41 +0200 Subject: [PATCH] comment --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index ee75bb23..0801389c 100644 --- a/flake.nix +++ b/flake.nix @@ -44,8 +44,6 @@ ]; }; - # Add my additions to the nixpkgs lib -# lib = nixpkgs.lib.extend (self: super: { my = import ./lib { inherit pkgs inputs; lib = self; }; }); mylib = import ./lib { inherit inputs pkgs; lib = nixpkgs.lib; }; # The rec expression turns a basic set into a set where self-referencing is possible.