From 69eb9a1a932fedb22d6aba13a202e8ce67d50b1e Mon Sep 17 00:00:00 2001 From: _cry64 Date: Fri, 27 Mar 2026 13:05:13 +1000 Subject: [PATCH] remove nixpkgs-master --- flake.nix | 1 - nixpkgs.nix | 10 ---------- 2 files changed, 11 deletions(-) diff --git a/flake.nix b/flake.nix index 84b2a0c..cfb6e7f 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,6 @@ nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; - nixpkgs-master.url = "github:NixOS/nixpkgs/master"; nixos-hardware.url = "github:NixOS/nixos-hardware"; diff --git a/nixpkgs.nix b/nixpkgs.nix index 31751ea..27b4e4e 100644 --- a/nixpkgs.nix +++ b/nixpkgs.nix @@ -28,15 +28,5 @@ in { allowBroken = false; }; }; - - # nixpkgs-master - mpkgs = { - source = inputs.nixpkgs-master; - overlays = [] ++ sharedOverlays; - config = { - allowUnfree = true; - allowBroken = false; - }; - }; }; }