feat(package): add spotiflac-cli

This commit is contained in:
2026-02-13 06:15:19 +01:00
parent 8fb1ba6bc4
commit ec8b9ff3b8
4 changed files with 41 additions and 1 deletions

35
flake.lock generated
View File

@@ -792,6 +792,20 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_5": {
"locked": {
"lastModified": 1770562336,
"narHash": "sha256-ub1gpAONMFsT/GU2hV6ZWJjur8rJ6kKxdm9IlCT0j84=",
"rev": "d6c71932130818840fc8fe9509cf50be8c64634f",
"revCount": 942779,
"type": "tarball",
"url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.942779%2Brev-d6c71932130818840fc8fe9509cf50be8c64634f/019c3fb4-003d-710c-9b72-1d2bb1b28de3/source.tar.gz"
},
"original": {
"type": "tarball",
"url": "https://flakehub.com/f/NixOS/nixpkgs/0.1"
}
},
"nixvim": { "nixvim": {
"inputs": { "inputs": {
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
@@ -902,7 +916,26 @@
"millennium": "millennium", "millennium": "millennium",
"nixpkgs": "nixpkgs_3", "nixpkgs": "nixpkgs_3",
"nixvim": "nixvim", "nixvim": "nixvim",
"nur": "nur" "nur": "nur",
"spotiflac-cli": "spotiflac-cli"
}
},
"spotiflac-cli": {
"inputs": {
"nixpkgs": "nixpkgs_5"
},
"locked": {
"lastModified": 1770927625,
"narHash": "sha256-8hG29pICeMsPRyRytm9wQ9ne6LtIXJriHRhoL78Rjc4=",
"owner": "Superredstone",
"repo": "spotiflac-cli",
"rev": "fea147ac9e973f96cc2d11962118d07e29dd6a71",
"type": "github"
},
"original": {
"owner": "Superredstone",
"repo": "spotiflac-cli",
"type": "github"
} }
}, },
"systems": { "systems": {

View File

@@ -16,6 +16,7 @@
}; };
millennium.url = "github:SteamClientHomebrew/Millennium?dir=packages/nix"; millennium.url = "github:SteamClientHomebrew/Millennium?dir=packages/nix";
hyprland.url = "github:hyprwm/Hyprland"; hyprland.url = "github:hyprwm/Hyprland";
spotiflac-cli.url = "github:Superredstone/spotiflac-cli";
}; };
outputs = outputs =
@@ -24,6 +25,7 @@
home-manager, home-manager,
nixvim, nixvim,
millennium, millennium,
spotiflac-cli,
nur, nur,
... ...
}@inputs: }@inputs:
@@ -40,6 +42,7 @@
nixvim nixvim
millennium millennium
nur nur
spotiflac-cli
inputs inputs
nixpkgs nixpkgs
home-manager home-manager

View File

@@ -4,6 +4,7 @@
nixvim, nixvim,
millennium, millennium,
nur, nur,
spotiflac-cli,
inputs, inputs,
nixpkgs, nixpkgs,
home-manager, home-manager,
@@ -38,6 +39,7 @@ let
nixvim = nixvim; nixvim = nixvim;
millennium = millennium; millennium = millennium;
nur = nur; nur = nur;
spotiflac-cli = spotiflac-cli;
inputs = inputs; inputs = inputs;
additionalModules = additionalModules; additionalModules = additionalModules;
}; };

View File

@@ -57,6 +57,8 @@
vim # The only and one great editor vim # The only and one great editor
inputs.nixvim.packages.${stdenv.hostPlatform.system}.default # The only and one great editor improved even further inputs.nixvim.packages.${stdenv.hostPlatform.system}.default # The only and one great editor improved even further
inputs.spotiflac-cli.packages.${stdenv.hostPlatform.system}.default
] ]
++ ( ++ (
if currentSystemDe != "none" then if currentSystemDe != "none" then