Fix incorrect number in diff
This commit is contained in:
parent
e219f037a5
commit
a1ffb1abd4
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ If you use Nix with flakes, you can simply add it to your program's devshell ins
|
||||||
}:
|
}:
|
||||||
flake-utils.lib.eachDefaultSystem (
|
flake-utils.lib.eachDefaultSystem (
|
||||||
system:
|
system:
|
||||||
@@ -17,7 +23,10 @@
|
@@ -17,7 +23,7 @@
|
||||||
{
|
{
|
||||||
packages.default = pkgs.callPackage ./default.nix { };
|
packages.default = pkgs.callPackage ./default.nix { };
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue