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