Move all files from from the nix folder

This commit is contained in:
Dave Gallant
2021-01-17 01:47:47 -05:00
parent c04db05438
commit 90f561608d
18 changed files with 4 additions and 18 deletions

12
lib/default.nix Normal file
View File

@@ -0,0 +1,12 @@
{ config, lib, ... }:
with lib; rec {
pkgsImport = pkgs:
import pkgs {
config = config.nixpkgs.config;
overlays = config.nixpkgs.overlays;
system = config.nixpkgs.system;
};
}