Skip to content

Commit ca4eda2

Browse files
committed
Simplify code
1 parent a5b51df commit ca4eda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
{
5-
pkgs ? builtins.import (builtins.fetchTarball {
5+
pkgs ? import (builtins.fetchTarball {
66
url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/24.05.tar.gz";
77
sha256 = "1lr1h35prqkd1mkmzriwlpvxcb34kmhc9dnr48gkm8hh089hifmx";
88
}) { config = {}; overlays = []; }

0 commit comments

Comments
 (0)