1
0
Fork 0

Update flake and install some packages on totsugeki

This commit is contained in:
Avery 2025-03-30 01:51:00 +01:00
parent dc9586a376
commit 947988b061
Signed by: Avery
GPG key ID: B684FD451B692E04
4 changed files with 115 additions and 191 deletions

View file

@ -21,7 +21,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.4.1";
url = "github:nix-community/lanzaboote/v0.4.2";
inputs.nixpkgs.follows = "nixpkgs";
};
autofirma-nix = {
@ -35,9 +35,9 @@
};
nixConfig = {
extra-substituters = [ "https://autofirma-nix.cachix.org" ];
extra-substituters = [ "https://nix-community.cachix.org" ];
extra-trusted-public-keys = [
"autofirma-nix.cachix.org-1:cDC9Dtee+HJ7QZcM8s36836scXyRToqNX/T+yvjiI0E="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};