mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
feat(package): add spotiflac-cli
This commit is contained in:
35
flake.lock
generated
35
flake.lock
generated
@@ -792,6 +792,20 @@
|
||||
"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": {
|
||||
"inputs": {
|
||||
"flake-utils": "flake-utils",
|
||||
@@ -902,7 +916,26 @@
|
||||
"millennium": "millennium",
|
||||
"nixpkgs": "nixpkgs_3",
|
||||
"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": {
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
};
|
||||
millennium.url = "github:SteamClientHomebrew/Millennium?dir=packages/nix";
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
spotiflac-cli.url = "github:Superredstone/spotiflac-cli";
|
||||
};
|
||||
|
||||
outputs =
|
||||
@@ -24,6 +25,7 @@
|
||||
home-manager,
|
||||
nixvim,
|
||||
millennium,
|
||||
spotiflac-cli,
|
||||
nur,
|
||||
...
|
||||
}@inputs:
|
||||
@@ -40,6 +42,7 @@
|
||||
nixvim
|
||||
millennium
|
||||
nur
|
||||
spotiflac-cli
|
||||
inputs
|
||||
nixpkgs
|
||||
home-manager
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
nixvim,
|
||||
millennium,
|
||||
nur,
|
||||
spotiflac-cli,
|
||||
inputs,
|
||||
nixpkgs,
|
||||
home-manager,
|
||||
@@ -38,6 +39,7 @@ let
|
||||
nixvim = nixvim;
|
||||
millennium = millennium;
|
||||
nur = nur;
|
||||
spotiflac-cli = spotiflac-cli;
|
||||
inputs = inputs;
|
||||
additionalModules = additionalModules;
|
||||
};
|
||||
|
||||
@@ -57,6 +57,8 @@
|
||||
|
||||
vim # The only and one great editor
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user