Skip to content

Commit

Permalink
wip: nixify
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 27, 2024
1 parent bdf6693 commit 08c5138
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
inputs.flake-utils.url = "github:numtide/flake-utils";

outputs =
{
self,
nixpkgs,
flake-utils,
{ self
, nixpkgs
, flake-utils
,
}:
flake-utils.lib.eachDefaultSystem (
system:
Expand All @@ -24,6 +24,8 @@
coursier
sbt
dotnet-sdk_6
nodejs
nodePackages.npm
];
};
}
Expand Down

0 comments on commit 08c5138

Please sign in to comment.