From a765e2074cbb91799cea37dccf0fecc46f2bbec7 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Sun, 9 Aug 2026 12:17:21 +0000 Subject: [PATCH] nix flake update --- flake.lock | 26 +++++++++++++------------- flake.nix | 5 +---- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/flake.lock b/flake.lock index 40e8666..318fdde 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "brew-src": { "flake": false, "locked": { - "lastModified": 1785146564, - "narHash": "sha256-Sa7/HrfB04H32OJ7/ofxXjiZEbkWtCNOriONYYTL1OA=", + "lastModified": 1785710351, + "narHash": "sha256-DTL5T9+HlblsnXCEdxRpEo/2NBHD3t48BS7r+PTf090=", "owner": "Homebrew", "repo": "brew", - "rev": "b2cfc03346d482f79886de108fee5dc49a6efc10", + "rev": "7b0f22a4ab77567edef114c8dfc423fb96e2fbaa", "type": "github" }, "original": { "owner": "Homebrew", - "ref": "6.0.13", + "ref": "6.0.15", "repo": "brew", "type": "github" } @@ -160,11 +160,11 @@ ] }, "locked": { - "lastModified": 1785958398, - "narHash": "sha256-5r/JgsoNMTx+qIh83WkxpujEKBR7PF5ssnh5vYCuSAw=", + "lastModified": 1786031233, + "narHash": "sha256-TIDlLTLI1/pB7IqgjzcKQjpODQsZE2oII4XGG9B6KjI=", "owner": "nix-community", "repo": "home-manager", - "rev": "a7c70cc290290f373f50cd820403833d250459ac", + "rev": "7834e82588860aaf780cec1366524456a70898d7", "type": "github" }, "original": { @@ -214,11 +214,11 @@ "brew-src": "brew-src" }, "locked": { - "lastModified": 1785544760, - "narHash": "sha256-qV6OoNuly4ntqpCg7esIeJjUboxSnQNlLPxz+y5h9/o=", + "lastModified": 1786217209, + "narHash": "sha256-rusAj5QBnbSwXG6csns6dwxTeCOGRcj08VmlnhUQ6ZY=", "owner": "zhaofengli", "repo": "nix-homebrew", - "rev": "937ce52c7d046310571f3a070713804ead496843", + "rev": "486357ea434dc0061ea52121ff99b1d33096c811", "type": "github" }, "original": { @@ -229,11 +229,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1785828668, - "narHash": "sha256-8fsyqeO+mJqvIzeO4xIpgJe/f7MTbbVTEC6RT6WSXNs=", + "lastModified": 1786106723, + "narHash": "sha256-zDSUbpoeo/9ZmD2+wXnzxoo1+uhL8vxc0b8yuYMKYq0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e72e4f299401a3689d4b3d5fc6496b11db7064eb", + "rev": "f13ff45afd1bb73e640eaa08a7066dbed07e3238", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 1ae730e..cb962fd 100644 --- a/flake.nix +++ b/flake.nix @@ -13,10 +13,7 @@ url = "github:nix-community/home-manager/release-26.05"; inputs.nixpkgs.follows = "nixpkgs-mars"; }; - vscode-server = { - url = "github:nix-community/nixos-vscode-server"; - inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-26.05-darwin"; - }; + vscode-server.url = "github:nix-community/nixos-vscode-server"; fw_nix = { url = "git+https://github.com/futureware-tech/nix.git"; inputs.nixpkgs.follows = "nixpkgs";