mirror of
https://github.com/iv-org/invidious.git
synced 2026-08-04 14:22:04 +00:00
chore: Move nix files out of root directory (#5861)
This commit is contained in:
11
nix/shell.nix
Normal file
11
nix/shell.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
|
||||
let
|
||||
devPackages = import ./packages.nix { inherit pkgs; };
|
||||
in
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = devPackages;
|
||||
}
|
||||
Reference in New Issue
Block a user