Initial commit.

This commit is contained in:
kat witch 2020-11-01 20:04:42 +00:00 committed by kat
commit 25be5d58d9
26 changed files with 931 additions and 0 deletions

10
pkgs/default.nix Normal file
View file

@ -0,0 +1,10 @@
{ nixpkgs ? <nixpkgs>, ... }:
let
pkgs = import nixpkgs {};
callPackage = pkgs.lib.callPackageWith (pkgs // newpkgs);
newpkgs = {
};
in newpkgs