Skip to content
Snippets Groups Projects
Commit 48194866 authored by Daniel Firth's avatar Daniel Firth
Browse files

nixpkgs-fmt

parent 0e82fd34
No related merge requests found
......@@ -60,14 +60,14 @@
legacyPackages;
devShell = pkgs.mkShell {
buildInputs = [
horizon-shell.packages.${system}.default
];
shellHook = ''
horizon-shell
exit
'';
};
buildInputs = [
horizon-shell.packages.${system}.default
];
shellHook = ''
horizon-shell
exit
'';
};
in
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment