Remove pkgs-unstable as specialArgs in flake.nix

This commit is contained in:
JuliusFreudenberger 2026-06-18 01:25:19 +02:00
parent 0fe9fc4950
commit 8325d3d86a

View file

@ -150,9 +150,6 @@
specialArgs = {
inherit inputs outputs;
pkgs-unstable = import nixpkgs-unstable {
inherit system;
};
};
modules = [
@ -167,9 +164,6 @@
specialArgs = {
inherit inputs outputs;
pkgs-unstable = import nixpkgs-unstable {
inherit system;
};
};
modules = [