Update OS
All checks were successful
check / check (push) Successful in 35s

This commit is contained in:
Florian RICHER 2025-02-16 14:46:30 +01:00
parent 20599680bf
commit 055425a899
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
3 changed files with 259 additions and 269 deletions

522
flake.lock generated

File diff suppressed because it is too large Load diff

View file

@ -11,7 +11,10 @@
inputs.systems.follows = "systems"; inputs.systems.follows = "systems";
}; };
nur.url = "github:nix-community/NUR"; nur = {
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = { home-manager = {
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";

View file

@ -20,6 +20,7 @@ in
signing = { signing = {
signByDefault = true; signByDefault = true;
format = "openpgp";
key = "B19E3F4A2D806AB4793FDF2FC73D37CBED7BFC77"; key = "B19E3F4A2D806AB4793FDF2FC73D37CBED7BFC77";
}; };