nix-autobahn: switch back to upstream repo

This commit is contained in:
teutat3s 2022-08-09 11:53:34 +02:00
parent 0fc1a7fe20
commit ea11c9ed6d
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
3 changed files with 31 additions and 8 deletions

View file

@ -220,6 +220,29 @@
"type": "github"
}
},
"fenix": {
"inputs": {
"nixpkgs": [
"nix-autobahn",
"nixpkgs"
],
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
"lastModified": 1659940224,
"narHash": "sha256-FZRcZu4eOz3WCe/RroMFPfvZmje83zKYlY+mydXjAJQ=",
"ref": "main",
"rev": "cfcc0eb48484890882e83372db1d5fdc6a0e0f67",
"revCount": 1129,
"type": "git",
"url": "https://github.com/nix-community/fenix"
},
"original": {
"ref": "main",
"type": "git",
"url": "https://github.com/nix-community/fenix"
}
},
"flake-compat": {
"flake": false,
"locked": {
@ -482,6 +505,7 @@
},
"nix-autobahn": {
"inputs": {
"fenix": "fenix",
"naersk": [
"naersk"
],
@ -491,16 +515,15 @@
"utils": "utils_2"
},
"locked": {
"lastModified": 1649006172,
"narHash": "sha256-GoKQ4Zx5ABmi2unSnJNwR5o/zO6OHBg/8E6XapxwWFw=",
"owner": "pub-solar",
"lastModified": 1655761558,
"narHash": "sha256-BGKT0RQGJ1CtTssfPhI4PABV1Gh6Wyq/cf6GN30TUAY=",
"owner": "wucke13",
"repo": "nix-autobahn",
"rev": "e10aaa55ee1f6985a82791279b39e7b04353f8c5",
"rev": "85861fdd5cc32b65e75db4e6be478fe2da455dba",
"type": "github"
},
"original": {
"owner": "pub-solar",
"ref": "fix/clap-and-bump-dependencies",
"owner": "wucke13",
"repo": "nix-autobahn",
"type": "github"
}

View file

@ -54,7 +54,7 @@
tritonshell.url = "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main&dir=template";
tritonshell.inputs.nixpkgs.follows = "latest";
nix-autobahn.url = "github:pub-solar/nix-autobahn/fix/clap-and-bump-dependencies";
nix-autobahn.url = "github:wucke13/nix-autobahn";
nix-autobahn.inputs.nixpkgs.follows = "latest";
nix-autobahn.inputs.naersk.follows = "naersk";
};

View file

@ -45,7 +45,7 @@ in
veracrypt
waypoint
yubikey-agent
nix-autobahn.packages.${pkgs.system}.nix-autobahn
nix-autobahn.packages.${pkgs.system}.default
];
programs.zsh = {