mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
Remove solaar-master flake
- nixpkgs ver is new enough now
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
||||
nix-flatpak.url = "github:gmodena/nix-flatpak";
|
||||
czkawka-master.url = "path:./common/flakes/czkawka-master";
|
||||
solaar-master.url = "path:./common/flakes/solaar-master";
|
||||
fet.url = "path:./common/flakes/fet";
|
||||
};
|
||||
|
||||
@@ -15,7 +14,7 @@
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
specialArgs = { inherit (inputs) czkawka-master solaar-master fet; };
|
||||
specialArgs = { inherit (inputs) czkawka-master fet; };
|
||||
in
|
||||
{
|
||||
nixosConfigurations = {
|
||||
|
||||
Reference in New Issue
Block a user