add bcdl-free flake
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
bcdl-free.url = "git+https://git.pizzasucht.net/KeksNino/free-bandcamp-downloader";
|
||||
};
|
||||
|
||||
outputs =
|
||||
@@ -12,6 +13,7 @@
|
||||
self,
|
||||
nixpkgs,
|
||||
home-manager,
|
||||
bcdl-free,
|
||||
}@inputs:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
@@ -25,6 +27,7 @@
|
||||
./hardware-configuration.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
environment.systemPackages = [ bcdl-free.packages.${system}.default ];
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
||||
Reference in New Issue
Block a user