mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-06-28 21:06:17 +02:00
chore: remove nuenv input
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
{ nuenv, ... }@args:
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
nuenv.overlays.default
|
||||
]
|
||||
++ (import ../../overlays args);
|
||||
args: {
|
||||
nixpkgs.overlays = import ../../overlays args;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user