mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 19:58:03 +01:00
Remove unnecessary inherit in flake
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
packages.default = defaultPackage;
|
packages.default = defaultPackage;
|
||||||
|
|
||||||
devShells = pkgs.callPackages ./shell.nix {
|
devShells = pkgs.callPackages ./shell.nix {
|
||||||
inherit pkgs packageToml;
|
inherit packageToml;
|
||||||
defaultPackage = defaultPackage;
|
defaultPackage = defaultPackage;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user