This commit is contained in:
zimbatm
2019-01-19 15:13:30 +01:00
commit b44f7f85f3
16 changed files with 302 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{ nixpkgs ? <nixpkgs> }:
import nixpkgs {
config = {};
overlays = [
(import ./overlay.nix)
];
}