mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-25 10:52:03 +01:00
fix: create nixpkgs instance only in flake.nix, do not create it in any sub module or overlays
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
{
|
||||
pkgs,
|
||||
nixpkgs-stable,
|
||||
pkgs-stable,
|
||||
...
|
||||
}: let
|
||||
pkgs-stable = import nixpkgs-stable {
|
||||
system = pkgs.system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
in {
|
||||
}:
|
||||
|
||||
{
|
||||
# TODO vscode & chrome both have wayland support, but they don't work with fcitx5, need to fix it.
|
||||
programs = {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user