feat: initial commit
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
|
||||
pkgs.mkShell rec {
|
||||
buildInputs = [
|
||||
# Tools
|
||||
pkgs.git
|
||||
pkgs.gh
|
||||
|
||||
# Node
|
||||
pkgs.nodejs
|
||||
pkgs.nodejs.pkgs.pnpm
|
||||
|
||||
# build target: deb
|
||||
pkgs.dpkg
|
||||
pkgs.fakeroot
|
||||
|
||||
# build target: flatpak
|
||||
pkgs.flatpak
|
||||
pkgs.flatpak-builder
|
||||
pkgs.elfutils
|
||||
# flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user