summaryrefslogtreecommitdiff
path: root/nix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/default.nix')
-rw-r--r--nix/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/nix/default.nix b/nix/default.nix
new file mode 100644
index 0000000..9aadc46
--- /dev/null
+++ b/nix/default.nix
@@ -0,0 +1,7 @@
1{}:
2
3let
4 pkgs = import <nixpkgs> {};
5in rec {
6 cliparg = pkgs.callPackage (import ./cliparg.nix) {};
7}