We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b51df commit ca4eda2Copy full SHA for ca4eda2
default.nix
@@ -2,7 +2,7 @@
2
# SPDX-License-Identifier: Apache-2.0
3
4
{
5
- pkgs ? builtins.import (builtins.fetchTarball {
+ pkgs ? import (builtins.fetchTarball {
6
url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/24.05.tar.gz";
7
sha256 = "1lr1h35prqkd1mkmzriwlpvxcb34kmhc9dnr48gkm8hh089hifmx";
8
}) { config = {}; overlays = []; }
0 commit comments