This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/x86 5.10.0 Kernel Configuration | |
# | |
CONFIG_CC_VERSION_TEXT="gcc (GCC) 7.3.1 20180712 (Red Hat 7.3.1-13)" | |
CONFIG_CC_IS_GCC=y | |
CONFIG_GCC_VERSION=70301 | |
CONFIG_LD_VERSION=229010000 | |
CONFIG_CLANG_VERSION=0 | |
CONFIG_LLD_VERSION=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/x86 5.10.0 Kernel Configuration | |
# | |
CONFIG_CC_VERSION_TEXT="gcc (GCC) 7.3.1 20180712 (Red Hat 7.3.1-13)" | |
CONFIG_CC_IS_GCC=y | |
CONFIG_GCC_VERSION=70301 | |
CONFIG_LD_VERSION=229010000 | |
CONFIG_CLANG_VERSION=0 | |
CONFIG_LLD_VERSION=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
instrument.js:136 GET https://archive.softwareheritage.org/api/1/vault/flat/swh:1:dir:2d14aee3b8b21563a0900f4ac7e0c8f935a9449b/raw/ 500 (Internal Server Error) | |
(anonyme) @ instrument.js:136 | |
(anonyme) @ vault-ui.js:53 | |
l @ runtime.js:63 | |
(anonyme) @ runtime.js:293 | |
(anonyme) @ runtime.js:118 | |
r @ asyncToGenerator.js:3 | |
c @ asyncToGenerator.js:25 | |
(anonyme) @ asyncToGenerator.js:32 | |
(anonyme) @ asyncToGenerator.js:21 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ stdenv, fetchurl, qemu, cloud-utils, gnutar, coreutils }: | |
stdenv.mkDerivation { | |
name = "cagregos"; | |
dontUnpack = true; | |
srcs = [ | |
(fetchurl { | |
url = "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"; | |
sha256 = "sha256-GJcUlqgh0mDT4FYcYviPS3GdnswKQiq8C2zhWsk9awo="; | |
}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ stdenv, fetchurl, qemu, cloud-utils, gnutar, coreutils }: | |
stdenv.mkDerivation { | |
name = "cagregos"; | |
dontUnpack = true; | |
srcs = [ | |
(fetchurl { | |
url = "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"; | |
sha256 = "sha256-GJcUlqgh0mDT4FYcYviPS3GdnswKQiq8C2zhWsk9awo="; | |
}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.PHONY: run | |
run: | |
$(shell nix-build images.nix --no-out-link) | |
.PHONY: build | |
build: | |
nix-build images.nix --no-out-link |