prem2resolve
All checks were successful
Weekly NixOS Build & Cache / build-and-cache (push) Successful in 16m28s
All checks were successful
Weekly NixOS Build & Cache / build-and-cache (push) Successful in 16m28s
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
@@ -54,8 +55,9 @@ in
|
||||
vscode
|
||||
nextcloud-client
|
||||
warp
|
||||
handbrake
|
||||
handbrake
|
||||
;
|
||||
inherit (inputs.prem2resolve.packages.x86_64-linux) prem2resolve;
|
||||
};
|
||||
extraGroups = [
|
||||
"audio"
|
||||
|
||||
57
flake.lock
generated
57
flake.lock
generated
@@ -324,6 +324,24 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"flake-utils_2": {
|
||||
"inputs": {
|
||||
"systems": "systems_4"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1731533236,
|
||||
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"fonts": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
@@ -1039,6 +1057,27 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"prem2resolve": {
|
||||
"inputs": {
|
||||
"flake-utils": "flake-utils_2",
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1769603234,
|
||||
"narHash": "sha256-jLv47+GpdB7wuAax/r9HSs/fa3EtVTRtzwnTaGPies0=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "61858c650d7b99ff825528ec9092b41a63ffb4be",
|
||||
"revCount": 4,
|
||||
"type": "git",
|
||||
"url": "https://git.lebubu.org/vibe-coded/prem2resolve.git"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "https://git.lebubu.org/vibe-coded/prem2resolve.git"
|
||||
}
|
||||
},
|
||||
"qbit_manage": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
@@ -1071,6 +1110,7 @@
|
||||
"nixpkgs-unstable": "nixpkgs-unstable",
|
||||
"nixtendo-switch": "nixtendo-switch",
|
||||
"nur": "nur",
|
||||
"prem2resolve": "prem2resolve",
|
||||
"qbit_manage": "qbit_manage",
|
||||
"sops-nix": "sops-nix",
|
||||
"stylix": "stylix",
|
||||
@@ -1111,7 +1151,7 @@
|
||||
"nixpkgs"
|
||||
],
|
||||
"nur": "nur_2",
|
||||
"systems": "systems_4",
|
||||
"systems": "systems_5",
|
||||
"tinted-foot": "tinted-foot",
|
||||
"tinted-kitty": "tinted-kitty",
|
||||
"tinted-schemes": "tinted-schemes",
|
||||
@@ -1210,6 +1250,21 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"systems_5": {
|
||||
"locked": {
|
||||
"lastModified": 1681028828,
|
||||
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"tinted-foot": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
|
||||
@@ -22,6 +22,10 @@
|
||||
url = "git+https://git.lebubu.org/jawz/scripts.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
prem2resolve = {
|
||||
url = "git+https://git.lebubu.org/vibe-coded/prem2resolve.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
lidarr-mb-gap = {
|
||||
url = "git+https://git.lebubu.org/vibe-coded/lidarr-mb-gap.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
Reference in New Issue
Block a user