mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Move all files from from the nix folder
This commit is contained in:
12
lib/default.nix
Normal file
12
lib/default.nix
Normal 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;
|
||||
};
|
||||
|
||||
}
|
Reference in New Issue
Block a user