Added nested private dependency
Some checks are pending

This commit is contained in:
Anurag Ohri 2023-01-17 15:21:32 +05:30
parent 533489e522
commit e0b5f232f6
5 changed files with 8 additions and 9 deletions

View File

@ -0,0 +1,7 @@
{
"url": "https://code.obsidian.systems/anuragohri92/smithy-test-gitea-private-nested.git",
"rev": "296006f208d9df36cb84aea4524a96acc84384e2",
"sha256": "0pgz4wliirpjgkq5iv4s3pp4zk4kp5dcbyf6nlg9nlpqsqkh33c0",
"private": true,
"fetchSubmodules": false
}

View File

@ -1,8 +0,0 @@
{
"url": "https://code.obsidian.systems/anuragohri92/smithy-test-private-gitea.git",
"rev": "7155fa4e0058de07d52f43e1c355bd3ca171535a",
"sha256": "1s3yyrcy0pdxk6qzbxgj573nw5g3mhgkfzwy3ap1a5lpjlknf5cc",
"private": true,
"fetchSubmodules": false,
"branch": "main"
}

View File

@ -1,7 +1,7 @@
with (import <nixpkgs> {});
let
nt = import ./dep/nix-thunk {};
pvt = import (nt.thunkSource ./dep/smithy-test-private-gitea);
pvt = import (nt.thunkSource ./dep/smithy-test-gitea-private-nested);
in derivation {
inherit gcc coreutils;
name = "myhello-0.0.1";