add updateSettings drv which will union nix settings configurations into the a vscode settings file
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
with import <nixpkgs>{};
|
||||
callPackage (import ./updateSettings.nix) {} {
|
||||
settings = {
|
||||
a = "fdsdf";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user