sdrweb: pin to github:astro/nixpkgs/openwebrx

This commit is contained in:
Astro 2022-02-22 16:31:47 +01:00
parent b154e00172
commit b756ec4e72
2 changed files with 19 additions and 0 deletions

View File

@ -186,6 +186,22 @@
"type": "github"
}
},
"nixpkgs-openwebrx": {
"locked": {
"lastModified": 1645542750,
"narHash": "sha256-QuOgoikJcxpqjANlzs3Vdc5F3aach7gM01MB3YE9DSg=",
"owner": "astro",
"repo": "nixpkgs",
"rev": "ccb8d19ff2bc72a1b1a12e79cce9a9e531acb77c",
"type": "github"
},
"original": {
"owner": "astro",
"ref": "openwebrx",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1645396781,
@ -291,6 +307,7 @@
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_2",
"nixpkgs-mobilizon": "nixpkgs-mobilizon",
"nixpkgs-openwebrx": "nixpkgs-openwebrx",
"nixpkgs-unstable": "nixpkgs-unstable",
"scrapers": "scrapers",
"secrets": "secrets",

View File

@ -4,6 +4,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/release-21.11";
nixpkgs-mobilizon.url = "github:erictapen/nixpkgs/mobilizon";
nixpkgs-openwebrx.url = "github:astro/nixpkgs/openwebrx";
nixpkgs-unstable.url = "github:nixos/nixpkgs";
secrets.url = "git+ssh://gitea@gitea.c3d2.de/c3d2-admins/secrets.git";
secrets.inputs.sops-nix.follows = "sops-nix";
@ -458,6 +459,7 @@
};
sdrweb = nixosSystem' {
nixpkgs = inputs.nixpkgs-openwebrx;
modules = [
./config/lxc-container.nix
{ nixpkgs.overlays = [ secrets.overlays.mucbot ]; }