nixpkgs-update: disallow aliases in updatescript fetcher
This commit is contained in:
parent
c05b406fb8
commit
eaf536c698
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
let
|
||||
pkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/master.tar.gz") { };
|
||||
pkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/master.tar.gz") { config.allowAliases = false; };
|
||||
in
|
||||
# code in the following let block was copied from nixos/nixpkgs under
|
||||
# the MIT License
|
||||
|
|
Loading…
Add table
Reference in a new issue