all stable: update to 24.05
This commit is contained in:
parent
565dd351a7
commit
84e9d81b71
8
flake.lock
generated
8
flake.lock
generated
@ -401,16 +401,16 @@
|
||||
},
|
||||
"stable": {
|
||||
"locked": {
|
||||
"lastModified": 1716901494,
|
||||
"narHash": "sha256-QoMfBOgSpaJaMX0ks/aehPaqPh+NgkAYx7Erv72ngD4=",
|
||||
"lastModified": 1717111066,
|
||||
"narHash": "sha256-3lK95ALr5/0GZhsRI7XZgTKFg5HmMIi7xn/8fHuQvKk=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "ea528339add2321ba94174f37396d418cb8ed2f2",
|
||||
"rev": "0f1a94c815595e1bb4143368d407b2ceb0618931",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-23.11-small",
|
||||
"ref": "nixos-24.05-small",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
unstable.url = "github:NixOS/nixpkgs";
|
||||
unstableSmall.url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
||||
|
||||
stable.url = "github:NixOS/nixpkgs/nixos-23.11-small";
|
||||
stable.url = "github:NixOS/nixpkgs/nixos-24.05-small";
|
||||
|
||||
sops-nix = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
|
@ -54,7 +54,7 @@ buildGoModule rec {
|
||||
meta = {
|
||||
description = "Fast, fun, ActivityPub server, powered by Go.";
|
||||
homepage = "https://github.com/superseriousbusiness/gotosocial";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ qbit ];
|
||||
};
|
||||
}
|
||||
|
@ -20,7 +20,7 @@ buildGoModule rec {
|
||||
meta = {
|
||||
description = "rtl-sdr receiver for Itron ETR meters";
|
||||
homepage = "https://github.com/bemasher/rtlamr";
|
||||
license = licenses.agpl3;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ qbit ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user