Skip to content

Commit 3deedcf

Browse files
committed
Pin nixpkgs input before dotnet issues
1 parent 71c27a5 commit 3deedcf

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

flake.lock

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

flake.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
description = "A multi-purpose Discord bot made using Discord.Net.";
33

44
inputs = {
5-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
5+
# TODO: unpin when fixed: https://github.com/NixOS/nixpkgs/issues/347310
6+
nixpkgs.url = "github:NixOS/nixpkgs/7402aa90cff52a03f14e680346fa4038a1e17e93";
67
flake-utils.url = "github:numtide/flake-utils";
78
nuget-packageslock2nix = {
89
url = "github:mdarocha/nuget-packageslock2nix/main";

0 commit comments

Comments
 (0)