init
This commit is contained in:
12
default.nix
Normal file
12
default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ ... }@args:
|
||||
|
||||
let
|
||||
pkgs = (import <nixpkgs> {});
|
||||
in
|
||||
|
||||
#
|
||||
with builtins; listToAttrs (
|
||||
map ( x: { name = x.pname; value = x;} ) (
|
||||
import "${pkgs.path}/maintainers/scripts/build.nix" ( intersectAttrs args { maintainer = "illustris"; } )
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user