diff --git a/flake.lock b/flake.lock index a96500c..f0a316f 100644 --- a/flake.lock +++ b/flake.lock @@ -93,11 +93,11 @@ ] }, "locked": { - "lastModified": 1729459288, - "narHash": "sha256-gBOVJv+q6Mx8jGvwX7cE6J8+sZmi1uxpRVsO7WxvVuQ=", + "lastModified": 1729551526, + "narHash": "sha256-7LAGY32Xl14OVQp3y6M43/0AtHYYvV6pdyBcp3eoz0s=", "owner": "nix-community", "repo": "home-manager", - "rev": "1e27f213d77fc842603628bcf2df6681d7d08f7e", + "rev": "5ec753a1fc4454df9285d8b3ec0809234defb975", "type": "github" }, "original": { @@ -263,22 +263,6 @@ "type": "github" } }, - "nixpkgs-master": { - "locked": { - "lastModified": 1729509625, - "narHash": "sha256-dQ85bJURM14+LCkCUHG+ANoDHzSkEPg3dLQ5tUlnRD0=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "64b2308de14a14ed70e1133f59abe42b3b6e980a", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "master", - "repo": "nixpkgs", - "type": "github" - } - }, "nixpkgs-update": { "inputs": { "mmdoc": "mmdoc", @@ -355,7 +339,6 @@ "nix-index-database": "nix-index-database_2", "nixgl": "nixgl", "nixpkgs": "nixpkgs_2", - "nixpkgs-master": "nixpkgs-master", "nixpkgs-update": "nixpkgs-update", "suyu": "suyu", "w17": "w17" diff --git a/flake.nix b/flake.nix index 5a127f4..9c5dfcc 100644 --- a/flake.nix +++ b/flake.nix @@ -5,9 +5,6 @@ nixpkgs = { url = "github:NixOS/nixpkgs/nixos-unstable"; }; - nixpkgs-master = { - url = "github:NixOS/nixpkgs/master"; - }; nixpkgs-update = { url = "github:ryantm/nixpkgs-update"; }; @@ -54,7 +51,6 @@ outputs = { nixpkgs - , nixpkgs-master , home-manager , nixgl , w17 @@ -66,10 +62,6 @@ system = "${system}"; overlays = [ nixgl.overlay - (final: prev: { - inherit (nixpkgs-master.legacyPackages.${prev.system}) - deno; - }) ]; allowUnfree = true; };