parent
533489e522
commit
e0b5f232f6
7
dep/smithy-test-gitea-private-nested/git.json
Normal file
7
dep/smithy-test-gitea-private-nested/git.json
Normal 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
|
||||||
|
}
|
@ -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"
|
|
||||||
}
|
|
@ -1,7 +1,7 @@
|
|||||||
with (import <nixpkgs> {});
|
with (import <nixpkgs> {});
|
||||||
let
|
let
|
||||||
nt = import ./dep/nix-thunk {};
|
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 {
|
in derivation {
|
||||||
inherit gcc coreutils;
|
inherit gcc coreutils;
|
||||||
name = "myhello-0.0.1";
|
name = "myhello-0.0.1";
|
||||||
|
Loading…
Reference in New Issue
Block a user