moving scripts/bin to root

This commit is contained in:
Ivan Dimitrov 2023-11-09 11:40:33 +02:00
parent e23edfda1c
commit 00d1ab3b9b
3 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
let let
system = "x86_64-linux"; system = "x86_64-linux";
my-overlay = self: super: { my-overlay = self: super: {
scripts = (super.buildEnv { name = "scripts"; paths = [ ./scripts ]; }); scripts = (super.buildEnv { name = "scripts"; paths = [ ./. ]; });
}; };
in in
{ {