mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
update github action to also update private flake
This commit is contained in:
parent
7769727634
commit
5f3869dfd2
3 changed files with 27 additions and 12 deletions
|
|
@ -10,11 +10,6 @@ pkgs.mkShell {
|
|||
util-linux
|
||||
nix
|
||||
golangci-lint
|
||||
|
||||
(pkgs.writeScriptBin "update-dev-private-narHash" ''
|
||||
nix --extra-experimental-features "nix-command flakes" flake lock ./dev/private
|
||||
nix --extra-experimental-features "nix-command flakes" hash path ./dev/private | tr -d '\n' > ./dev/private.narHash
|
||||
'')
|
||||
];
|
||||
# delve does not compile with hardening enabled
|
||||
hardeningDisable = [ "all" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue