Format using nixfmt
This commit is contained in:
@@ -2,13 +2,10 @@
|
||||
let
|
||||
batlvl = pkgs.writeShellApplication {
|
||||
name = "batlvl";
|
||||
runtimeInputs = [
|
||||
];
|
||||
runtimeInputs = [ ];
|
||||
text = builtins.readFile ./batlvl.sh;
|
||||
};
|
||||
in
|
||||
{
|
||||
home.packages = [
|
||||
batlvl
|
||||
];
|
||||
home.packages = [ batlvl ];
|
||||
}
|
||||
|
Reference in New Issue
Block a user