use statik to bundle assets, add nix-shell/lorri .envrc
This commit is contained in:
parent
987b539e33
commit
dbd7b4807a
8 changed files with 67 additions and 3 deletions
11
shell.nix
Normal file
11
shell.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
let
|
||||
pkgs = (import (builtins.fetchTarball {
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/5de728659b412bcf7d18316a4b71d9a6e447f460.tar.gz";
|
||||
sha256 = "1bdykda8k8gl2vcp36g27xf3437ig098yrhjp0hclv7sn6dp2w1l";
|
||||
})) {};
|
||||
in
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.statik
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue