Skip to content

Commit c3682eb

Browse files
committed
switch to nixpkgs-unstable in flake
1 parent 42394e8 commit c3682eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
description = "A tool for modifying ELF executables and libraries";
33

4-
inputs.nixpkgs.url = "nixpkgs/nixos-21.05";
4+
inputs.nixpkgs.url = "nixpkgs/nixpkgs-unstable";
55

66
outputs = { self, nixpkgs }:
77

0 commit comments

Comments
 (0)