diff --git a/flake.lock b/flake.lock index d077f26c..8b106582 100644 --- a/flake.lock +++ b/flake.lock @@ -194,22 +194,6 @@ "type": "github" } }, - "nixpkgs-master": { - "locked": { - "lastModified": 1745424269, - "narHash": "sha256-uhum3qG17n/Ft5F7LWxqRVd3Vc/bdad993oRgv4q5co=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "e729470406d2046c41ec8e609daad323e4d078a5", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "master", - "repo": "nixpkgs", - "type": "github" - } - }, "nixpkgs-stable": { "locked": { "lastModified": 1745279238, @@ -302,7 +286,6 @@ "nixos-hardware": "nixos-hardware", "nixos-wsl": "nixos-wsl", "nixpkgs": "nixpkgs_3", - "nixpkgs-master": "nixpkgs-master", "nixpkgs-stable": "nixpkgs-stable", "nur": "nur" } diff --git a/flake.nix b/flake.nix index 4538f10e..6f22b629 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,6 @@ nixos-wsl.url = "github:nix-community/NixOS-WSL/main"; - nixpkgs-master.url = "github:nixos/nixpkgs/master"; nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";