refactor(desktop): migrate from cosmic-nix to upstream NixOS module

This commit is contained in:
Felix Schröter 2025-05-18 17:18:53 +02:00
parent 418fc173e6
commit e34e0cae22
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 3 additions and 89 deletions

View file

@ -4,12 +4,10 @@ rec {
nixConfig = {
extra-substituters = [
"https://nix-community.cachix.org"
"https://cosmic.cachix.org/"
"https://felschr.cachix.org"
];
extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="
"felschr.cachix.org-1:raomy5XA2tsVkBoG6wo70ARIn+V24IXhWaSe3QZo12A="
];
};
@ -69,11 +67,6 @@ rec {
flake = false;
};
nixos-cosmic = {
url = "github:lilyinstarlight/nixos-cosmic";
inputs.nixpkgs.follows = "nixpkgs";
};
openwrt-imagebuilder = {
url = "github:astro/nix-openwrt-imagebuilder";
inputs.nixpkgs.follows = "nixpkgs";