chore(flake): follow fleet/nixpkgs-projects instead of nixos-unstable

This commit is contained in:
Oleks
2026-06-04 22:49:10 +03:00
parent 3b2eb38d9a
commit 32b6ec166a
2 changed files with 72 additions and 7 deletions
Generated
+63 -5
View File
@@ -1,24 +1,82 @@
{ {
"nodes": { "nodes": {
"fleet": {
"inputs": {
"nixpkgs": "nixpkgs",
"nixpkgs-armer": [
"fleet",
"nixpkgs"
],
"nixpkgs-bim": [
"fleet",
"nixpkgs"
],
"nixpkgs-ci": [
"fleet",
"nixpkgs"
],
"nixpkgs-emmett": [
"fleet",
"nixpkgs"
],
"nixpkgs-howard": [
"fleet",
"nixpkgs"
],
"nixpkgs-mermaid": [
"fleet",
"nixpkgs"
],
"nixpkgs-mermaid-gpu": [
"fleet",
"nixpkgs"
],
"nixpkgs-micron": [
"fleet",
"nixpkgs"
],
"nixpkgs-projects": [
"fleet",
"nixpkgs"
]
},
"locked": {
"lastModified": 1780368078,
"narHash": "sha256-tLzA5XveUF4PfuKNz3KuhmVhuME3PX5zvtFa17hhQPU=",
"ref": "refs/heads/main",
"rev": "1626405d46ff3595b91c9e2d3ed9399f67c18b83",
"revCount": 15,
"type": "git",
"url": "https://git.oleks.space/oleks/fleet-pins"
},
"original": {
"type": "git",
"url": "https://git.oleks.space/oleks/fleet-pins"
}
},
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1779560665, "lastModified": 1777268161,
"narHash": "sha256-tpyBcxPpcQb8ukyNF7DoCwfSY3VPsxHoYwj00Cayv5o=", "narHash": "sha256-bxrdOn8SCOv8tN4JbTF/TXq7kjo9ag4M+C8yzzIRYbE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "64c08a7ca051951c8eae34e3e3cb1e202fe36786", "rev": "1c3fe55ad329cbcb28471bb30f05c9827f724c76",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1c3fe55ad329cbcb28471bb30f05c9827f724c76",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs" "fleet": "fleet",
"nixpkgs": [
"fleet",
"nixpkgs-projects"
]
} }
} }
}, },
+9 -2
View File
@@ -1,10 +1,17 @@
{ {
description = "Moonlight game streaming client for Android devShell + hermetic debug-APK build"; description = "Moonlight game streaming client for Android devShell + hermetic debug-APK build";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; inputs = {
fleet.url = "git+https://git.oleks.space/oleks/fleet-pins";
nixpkgs.follows = "fleet/nixpkgs-projects";
};
outputs = outputs =
{ self, nixpkgs }: {
self,
fleet,
nixpkgs,
}:
let let
# Android builds run on Linux hosts; the SDK is x86_64/aarch64-linux only. # Android builds run on Linux hosts; the SDK is x86_64/aarch64-linux only.
systems = [ systems = [