Skip to content

Commit 71c27a5

Browse files
committed
Use nuget-packageslock2nix instead of deps.nix
1 parent 5c73bdc commit 71c27a5

File tree

5 files changed

+36
-162
lines changed

5 files changed

+36
-162
lines changed

Diff for: flake.lock

+23-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: flake.nix

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
inputs = {
55
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
66
flake-utils.url = "github:numtide/flake-utils";
7+
nuget-packageslock2nix = {
8+
url = "github:mdarocha/nuget-packageslock2nix/main";
9+
inputs.nixpkgs.follows = "nixpkgs";
10+
};
711
};
812

913
outputs = inputs: with inputs;
@@ -16,7 +20,7 @@
1620
version = builtins.substring 0 8 self.lastModifiedDate or "dirty";
1721
in
1822
{
19-
packages.default = pkgs.callPackage ./nix/package.nix { inherit version; };
23+
packages.default = pkgs.callPackage ./nix/package.nix { inherit version nuget-packageslock2nix; };
2024
devShells.default = pkgs.mkShell {
2125
packages = with pkgs; [
2226
dotnet-sdk_8

0 commit comments

Comments
 (0)