From 2172692ce4277df1181d0cf75ada0e20e8b07563 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 5 Feb 2024 12:53:08 +0100 Subject: [PATCH] chore + fix: bump flake inputs, use tritonshell MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit repo on git.pub.solar • Updated input 'home-manager': 'github:nix-community/home-manager/10cd9c53115061aa6a0a90aad0b0dde6a999cdb9' (2024-01-19) → 'github:nix-community/home-manager/652fda4ca6dafeb090943422c34ae9145787af37' (2024-02-03) • Updated input 'master': 'github:nixos/nixpkgs/61cc72a5de747e4d87d36bd27129f64126903faa' (2024-02-02) → 'github:nixos/nixpkgs/f46ad549e2552a5e2e88636278f6bb93ff6d1bf6' (2024-02-04) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/53fbe41cf76b6a685004194e38e889bc8857e8c2' (2024-01-31) → 'github:nixos/nixpkgs/25e3d4c0d3591c99929b1ec07883177f6ea70c9d' (2024-02-01) • Updated input 'unstable': 'github:nixos/nixpkgs/b8b232ae7b8b144397fdb12d20f592e5e7c1a64d' (2024-01-31) → 'github:nixos/nixpkgs/e92b6015881907e698782c77641aa49298330223' (2024-02-02) • Updated input 'tritonshell': 'git+https://git.greenbaum.cloud/dev/tritonshell?ref=main&rev=2c82d5281091c6edc65ced21274d0206c30bdc58' (2023-10-09) → 'git+https://git.pub.solar/teutat3s/tritonshell?ref=main&rev=b002aa8ed3bf047a0fe28df86a61c09640bedaa4' (2024-02-03) --- flake.lock | 36 ++++++++++++++++++------------------ flake.nix | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/flake.lock b/flake.lock index e22e73ba..78bc6000 100644 --- a/flake.lock +++ b/flake.lock @@ -144,11 +144,11 @@ ] }, "locked": { - "lastModified": 1705659542, - "narHash": "sha256-WA3xVfAk1AYmFdwghT7mt/erYpsU6JPu9mdTEP/e9HQ=", + "lastModified": 1706981411, + "narHash": "sha256-cLbLPTL1CDmETVh4p0nQtvoF+FSEjsnJTFpTxhXywhQ=", "owner": "nix-community", "repo": "home-manager", - "rev": "10cd9c53115061aa6a0a90aad0b0dde6a999cdb9", + "rev": "652fda4ca6dafeb090943422c34ae9145787af37", "type": "github" }, "original": { @@ -160,11 +160,11 @@ }, "master": { "locked": { - "lastModified": 1706912379, - "narHash": "sha256-a62RM3rn6gNugXEj+TFtCjyaTwTO5gcUHbkBfZ7v/L4=", + "lastModified": 1707071511, + "narHash": "sha256-WcMOyOwHM3nlyVExhXGL2aZGpvBjw3rXXlNvZlDLqpk=", "owner": "nixos", "repo": "nixpkgs", - "rev": "61cc72a5de747e4d87d36bd27129f64126903faa", + "rev": "f46ad549e2552a5e2e88636278f6bb93ff6d1bf6", "type": "github" }, "original": { @@ -243,11 +243,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1706718339, - "narHash": "sha256-S+S97c/HzkO2A/YsU7ZmNF9w2s7Xk6P8dzmfDdckzLs=", + "lastModified": 1706826059, + "narHash": "sha256-N69Oab+cbt3flLvYv8fYnEHlBsWwdKciNZHUbynVEOA=", "owner": "nixos", "repo": "nixpkgs", - "rev": "53fbe41cf76b6a685004194e38e889bc8857e8c2", + "rev": "25e3d4c0d3591c99929b1ec07883177f6ea70c9d", "type": "github" }, "original": { @@ -402,27 +402,27 @@ ] }, "locked": { - "lastModified": 1696877082, - "narHash": "sha256-Ypwpia97WjyT9I6smXo0F4nLbuTncpffzuT462/tRtM=", + "lastModified": 1706962047, + "narHash": "sha256-Ns6El574QCiWf3+1Oa2GXaQOtzSmI8NSOjE3xfUbpZY=", "ref": "main", - "rev": "2c82d5281091c6edc65ced21274d0206c30bdc58", - "revCount": 64, + "rev": "b002aa8ed3bf047a0fe28df86a61c09640bedaa4", + "revCount": 65, "type": "git", - "url": "https://git.greenbaum.cloud/dev/tritonshell" + "url": "https://git.pub.solar/teutat3s/tritonshell" }, "original": { "ref": "main", "type": "git", - "url": "https://git.greenbaum.cloud/dev/tritonshell" + "url": "https://git.pub.solar/teutat3s/tritonshell" } }, "unstable": { "locked": { - "lastModified": 1706732774, - "narHash": "sha256-hqJlyJk4MRpcItGYMF+3uHe8HvxNETWvlGtLuVpqLU0=", + "lastModified": 1706913249, + "narHash": "sha256-x3M7iV++CsvRXI1fpyFPduGELUckZEhSv0XWnUopAG8=", "owner": "nixos", "repo": "nixpkgs", - "rev": "b8b232ae7b8b144397fdb12d20f592e5e7c1a64d", + "rev": "e92b6015881907e698782c77641aa49298330223", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index db428c63..dd33d8ca 100644 --- a/flake.nix +++ b/flake.nix @@ -39,7 +39,7 @@ triton-vmtools.url = "git+https://git.pub.solar/pub-solar/infra-vintage?ref=main&dir=vmtools"; triton-vmtools.inputs.nixpkgs.follows = "unstable"; - tritonshell.url = "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main"; + tritonshell.url = "git+https://git.pub.solar/teutat3s/tritonshell?ref=main"; tritonshell.inputs.nixpkgs.follows = "unstable"; };