Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
b33e55423f | ||
|
3baac90ec5 | ||
|
e0b5f232f6 | ||
|
533489e522 | ||
|
9d5f7328f8 |
@ -4,6 +4,8 @@ Hello hello my friends
|
|||||||
|
|
||||||
Will be used to setup Smithy locally
|
Will be used to setup Smithy locally
|
||||||
|
|
||||||
|
Push test
|
||||||
|
|
||||||
try and try again
|
try and try again
|
||||||
|
|
||||||
one more time
|
one more time
|
||||||
|
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": "ssh://git@code.obsidian.systems/anuragohri92/smithy-test-gitea-private-nested.git",
|
||||||
|
"rev": "8eea4dc02aabea532089e5ffa817050ef20e7b23",
|
||||||
|
"sha256": "0cl4allgg74ljhm95i7yanqyx4s84b25d14aach9xz019p38qzc5",
|
||||||
|
"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