Compare commits

...

5 Commits
test2 ... main

Author SHA1 Message Date
Anurag Ohri
b33e55423f Updated dep
All checks were successful
2023-01-17 16:26:19 +05:30
Anurag Ohri
3baac90ec5 Use ssh url instead of https
All checks were successful
2023-01-17 15:36:45 +05:30
Anurag Ohri
e0b5f232f6 Added nested private dependency
Some checks are pending
2023-01-17 15:21:32 +05:30
Anurag Ohri
533489e522 Merge branch 'main' of code.obsidian.systems:anuragohri92/smithy-test-gitea
All checks were successful
2023-01-06 18:24:21 +05:30
Anurag Ohri
9d5f7328f8 Another 2023-01-06 18:23:30 +05:30
6 changed files with 10 additions and 9 deletions

View File

@ -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

View 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
}

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> {}); 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";