summaryrefslogtreecommitdiff
path: root/nixos/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/shell.nix')
-rw-r--r--nixos/shell.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/nixos/shell.nix b/nixos/shell.nix
new file mode 100644
index 0000000..654ec78
--- /dev/null
+++ b/nixos/shell.nix
@@ -0,0 +1,8 @@
+{ nixpkgs ? <nixpkgs>, ...}:
+
+with import nixpkgs {};
+
+{
+ vlc-nightly = callPackage ./vlc-nightly.nix {};
+ stardew-valley = callPackage ./stardew-valley.nix {};
+}