fix(kachu-pc): 🐛 fixed not building flake

This commit is contained in:
2026-07-07 19:58:48 +03:00
parent 87cd737819
commit afe5d4b32a
3 changed files with 76 additions and 3 deletions
Generated
+73 -1
View File
@@ -1,5 +1,61 @@
{ {
"nodes": { "nodes": {
"flake-utils": {
"inputs": {
"systems": "systems"
},
"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"
}
},
"monaco": {
"flake": false,
"locked": {
"lastModified": 1777439408,
"narHash": "sha256-5pvFE59tvoap/ef+WSSvNRE+I/jqc8HTaicJRBSJRZE=",
"owner": "thep0y",
"repo": "monaco-nerd-font",
"rev": "80bde404d1a3114901e503487f1682279d3cfc13",
"type": "github"
},
"original": {
"owner": "thep0y",
"repo": "monaco-nerd-font",
"type": "github"
}
},
"monaco-nerd-font": {
"inputs": {
"flake-utils": "flake-utils",
"monaco": "monaco",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1777439408,
"narHash": "sha256-5pvFE59tvoap/ef+WSSvNRE+I/jqc8HTaicJRBSJRZE=",
"owner": "thep0y",
"repo": "monaco-nerd-font",
"rev": "80bde404d1a3114901e503487f1682279d3cfc13",
"type": "github"
},
"original": {
"owner": "thep0y",
"repo": "monaco-nerd-font",
"type": "github"
}
},
"nix-darwin": { "nix-darwin": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
@@ -66,6 +122,7 @@
}, },
"root": { "root": {
"inputs": { "inputs": {
"monaco-nerd-font": "monaco-nerd-font",
"nix-darwin": "nix-darwin", "nix-darwin": "nix-darwin",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs_2",
"spicetify-nix": "spicetify-nix" "spicetify-nix": "spicetify-nix"
@@ -74,7 +131,7 @@
"spicetify-nix": { "spicetify-nix": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs_3", "nixpkgs": "nixpkgs_3",
"systems": "systems" "systems": "systems_2"
}, },
"locked": { "locked": {
"lastModified": 1782898510, "lastModified": 1782898510,
@@ -104,6 +161,21 @@
"repo": "default", "repo": "default",
"type": "github" "type": "github"
} }
},
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
} }
}, },
"root": "root", "root": "root",
+1 -1
View File
@@ -16,7 +16,7 @@
self, self,
nix-darwin, nix-darwin,
nixpkgs, nixpkgs,
spicetify-nix, ...
}: let }: let
systems = ["x86_64-linux" "aarch64-darwin"]; systems = ["x86_64-linux" "aarch64-darwin"];
forAllSystems = nixpkgs.lib.genAttrs systems; forAllSystems = nixpkgs.lib.genAttrs systems;
+2 -1
View File
@@ -4,6 +4,7 @@
{ {
config, config,
pkgs, pkgs,
inputs,
... ...
}: { }: {
nixpkgs.overlays = [ nixpkgs.overlays = [
@@ -174,7 +175,7 @@
]; ];
fonts.packages = [ fonts.packages = [
inputs.monaco-nerd-font.packages.${pkgs.system}.default inputs.monaco-nerd-font.packages.${pkgs.system}.monaco
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are