diff --git a/flake.lock b/flake.lock index 123437c..7fd3b94 100644 --- a/flake.lock +++ b/flake.lock @@ -5,7 +5,7 @@ "darwin": "darwin", "home-manager": "home-manager", "nixpkgs": [ - "nixpkgs-unstable" + "nixpkgs" ], "systems": "systems" }, @@ -79,7 +79,7 @@ "darwin_2": { "inputs": { "nixpkgs": [ - "nixpkgs-unstable" + "nixpkgs" ] }, "locked": { @@ -417,11 +417,11 @@ ] }, "locked": { - "lastModified": 1720646128, - "narHash": "sha256-BivO5yIQukDlJL+1875Sqf3GuOPxZDdA48dYDi3PkL8=", + "lastModified": 1720734513, + "narHash": "sha256-neWQ8eNtLTd+YMesb7WjKl1SVCbDyCm46LUgP/g/hdo=", "owner": "nix-community", "repo": "home-manager", - "rev": "c085b984ff2808bf322f375b10fea5a415a9c43d", + "rev": "90ae324e2c56af10f20549ab72014804a3064c7f", "type": "github" }, "original": { @@ -510,11 +510,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1720515935, - "narHash": "sha256-8b+fzR4W2hI5axwB+4nBwoA15awPKkck4ghhCt8v39M=", + "lastModified": 1720737798, + "narHash": "sha256-G/OtEAts7ZUvW5lrGMXSb8HqRp2Jr9I7reBuvCOL54w=", "owner": "nixos", "repo": "nixos-hardware", - "rev": "a111ce6b537df12a39874aa9672caa87f8677eda", + "rev": "c5013aa7ce2c7ec90acee5d965d950c8348db751", "type": "github" }, "original": { @@ -615,11 +615,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1720553833, - "narHash": "sha256-IXMiHQMtdShDXcBW95ctA+m5Oq2kLxnBt7WlMxvDQXA=", + "lastModified": 1720691131, + "narHash": "sha256-CWT+KN8aTPyMIx8P303gsVxUnkinIz0a/Cmasz1jyIM=", "owner": "nixos", "repo": "nixpkgs", - "rev": "249fbde2a178a2ea2638b65b9ecebd531b338cf9", + "rev": "a046c1202e11b62cbede5385ba64908feb7bfac4", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 7a5031e..ee063be 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ agenix = { url = "github:ryantm/agenix"; - inputs.nixpkgs.follows = "nixpkgs-unstable"; + inputs.nixpkgs.follows = "nixpkgs"; }; devshell = { url = "github:numtide/devshell"; @@ -46,14 +46,12 @@ vscode-server.url = "github:nix-community/nixos-vscode-server"; website = { url = "github:fbegyn/website"; - inputs = { - nixpkgs.follows = "nixpkgs-unstable"; - }; + inputs.nixpkgs.follows = "nixpkgs-unstable"; }; darwin = { url = "github:LnL7/nix-darwin"; - inputs.nixpkgs.follows = "nixpkgs-unstable"; + inputs.nixpkgs.follows = "nixpkgs"; }; mac-app-util.url = "github:hraban/mac-app-util"; };