Skip to content

Commit 94c1508

Browse files
committed
simplify flake input
1 parent 0e28918 commit 94c1508

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

flake.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
description = "Run unpatched dynamic binaries on NixOS, but this time with more Rust";
33

4-
inputs = {
5-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
6-
};
4+
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
75

86
outputs =
97
{ self, nixpkgs, ... }:

0 commit comments

Comments
 (0)