fix: add package write perms
This commit is contained in:
parent
f18107f9c4
commit
77f8362f88
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -7,6 +7,7 @@ on:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
13
flake.nix
13
flake.nix
@ -1,6 +1,15 @@
|
||||
{
|
||||
description = "A template for trevstack";
|
||||
|
||||
nixConfig = {
|
||||
extra-substituters = [
|
||||
"https://trevstack.cachix.org"
|
||||
];
|
||||
extra-trusted-public-keys = [
|
||||
"trevstack.cachix.org-1:wlY2/NBLC4U4u8fD4WgW1kMstfiGbGmgDwE3dBho4tE="
|
||||
];
|
||||
};
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
treli.url = "github:spotdemo4/treli";
|
||||
@ -12,7 +21,7 @@
|
||||
...
|
||||
}: let
|
||||
pname = "trevstack";
|
||||
version = "0.0.16";
|
||||
version = "0.0.15";
|
||||
|
||||
supportedSystems = [
|
||||
"x86_64-linux"
|
||||
@ -90,7 +99,7 @@
|
||||
pname = "${pname}-client";
|
||||
inherit version;
|
||||
src = ./client;
|
||||
npmDepsHash = "sha256-RHUgfR4t47rktX0AwyjRf1MxcZImfKswzObktlSErfE=";
|
||||
npmDepsHash = "sha256-nLo/vpRhKjugCGZ7JrxCYtMGv3X6FgLB9x8baYvKnv8=";
|
||||
nodejs = pkgs.nodejs_22;
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user