nix flake update
Nix Flake Check / check (push) Successful in 1m2s

This commit is contained in:
2026-08-09 12:17:21 +00:00
parent f1a178b329
commit a765e2074c
2 changed files with 14 additions and 17 deletions
Generated
+13 -13
View File
@@ -3,16 +3,16 @@
"brew-src": { "brew-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1785146564, "lastModified": 1785710351,
"narHash": "sha256-Sa7/HrfB04H32OJ7/ofxXjiZEbkWtCNOriONYYTL1OA=", "narHash": "sha256-DTL5T9+HlblsnXCEdxRpEo/2NBHD3t48BS7r+PTf090=",
"owner": "Homebrew", "owner": "Homebrew",
"repo": "brew", "repo": "brew",
"rev": "b2cfc03346d482f79886de108fee5dc49a6efc10", "rev": "7b0f22a4ab77567edef114c8dfc423fb96e2fbaa",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "Homebrew", "owner": "Homebrew",
"ref": "6.0.13", "ref": "6.0.15",
"repo": "brew", "repo": "brew",
"type": "github" "type": "github"
} }
@@ -160,11 +160,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1785958398, "lastModified": 1786031233,
"narHash": "sha256-5r/JgsoNMTx+qIh83WkxpujEKBR7PF5ssnh5vYCuSAw=", "narHash": "sha256-TIDlLTLI1/pB7IqgjzcKQjpODQsZE2oII4XGG9B6KjI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "a7c70cc290290f373f50cd820403833d250459ac", "rev": "7834e82588860aaf780cec1366524456a70898d7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -214,11 +214,11 @@
"brew-src": "brew-src" "brew-src": "brew-src"
}, },
"locked": { "locked": {
"lastModified": 1785544760, "lastModified": 1786217209,
"narHash": "sha256-qV6OoNuly4ntqpCg7esIeJjUboxSnQNlLPxz+y5h9/o=", "narHash": "sha256-rusAj5QBnbSwXG6csns6dwxTeCOGRcj08VmlnhUQ6ZY=",
"owner": "zhaofengli", "owner": "zhaofengli",
"repo": "nix-homebrew", "repo": "nix-homebrew",
"rev": "937ce52c7d046310571f3a070713804ead496843", "rev": "486357ea434dc0061ea52121ff99b1d33096c811",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -229,11 +229,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1785828668, "lastModified": 1786106723,
"narHash": "sha256-8fsyqeO+mJqvIzeO4xIpgJe/f7MTbbVTEC6RT6WSXNs=", "narHash": "sha256-zDSUbpoeo/9ZmD2+wXnzxoo1+uhL8vxc0b8yuYMKYq0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e72e4f299401a3689d4b3d5fc6496b11db7064eb", "rev": "f13ff45afd1bb73e640eaa08a7066dbed07e3238",
"type": "github" "type": "github"
}, },
"original": { "original": {
+1 -4
View File
@@ -13,10 +13,7 @@
url = "github:nix-community/home-manager/release-26.05"; url = "github:nix-community/home-manager/release-26.05";
inputs.nixpkgs.follows = "nixpkgs-mars"; inputs.nixpkgs.follows = "nixpkgs-mars";
}; };
vscode-server = { vscode-server.url = "github:nix-community/nixos-vscode-server";
url = "github:nix-community/nixos-vscode-server";
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-26.05-darwin";
};
fw_nix = { fw_nix = {
url = "git+https://github.com/futureware-tech/nix.git"; url = "git+https://github.com/futureware-tech/nix.git";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";