summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@gmail.com>2020-05-19 14:39:49 -0700
committerIrene Knapp <ireneista@gmail.com>2020-05-19 14:39:49 -0700
commit539111f252a647d9580dd01399f00d5f31fba582 (patch)
tree688304b9506232f2a687154358c134db7fa244c2 /default.nix
Initial, from oneko-1.2.sakura.5
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/default.nix b/default.nix
new file mode 100644
index 0000000..df27166
--- /dev/null
+++ b/default.nix
@@ -0,0 +1,5 @@
+{ pkgs ? import <nixpkgs> { }, ... }:
+
+pkgs.oneko.overrideAttrs (oldAttrs: rec {
+  src = ./src;
+})