feat(vscode): inline nix4vscode call

This commit is contained in:
steveej 2024-11-16 20:55:43 +01:00
parent c4abade9e8
commit 61492aefc6
3 changed files with 22 additions and 8 deletions

View file

@ -91,12 +91,12 @@
KANIDM_URL =
self.nixosConfigurations.sj-srv1.config.containers.webserver.config.services.kanidm.serverSettings.origin;
shellHook =
shellHook = builtins.concatStringsSep "\n" [
(self.inputs.nixago.lib.${pkgs.system}.make {
data = self'.formatter.settings;
output = "treefmt.toml";
format = "toml";
}).shellHook
+ '''';
];
};
}