nix-autobahn: switch back to upstream repo
This commit is contained in:
parent
0fc1a7fe20
commit
ea11c9ed6d
35
flake.lock
35
flake.lock
|
@ -220,6 +220,29 @@
|
||||||
"type": "github"
|
"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-compat": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
|
@ -482,6 +505,7 @@
|
||||||
},
|
},
|
||||||
"nix-autobahn": {
|
"nix-autobahn": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
|
"fenix": "fenix",
|
||||||
"naersk": [
|
"naersk": [
|
||||||
"naersk"
|
"naersk"
|
||||||
],
|
],
|
||||||
|
@ -491,16 +515,15 @@
|
||||||
"utils": "utils_2"
|
"utils": "utils_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1649006172,
|
"lastModified": 1655761558,
|
||||||
"narHash": "sha256-GoKQ4Zx5ABmi2unSnJNwR5o/zO6OHBg/8E6XapxwWFw=",
|
"narHash": "sha256-BGKT0RQGJ1CtTssfPhI4PABV1Gh6Wyq/cf6GN30TUAY=",
|
||||||
"owner": "pub-solar",
|
"owner": "wucke13",
|
||||||
"repo": "nix-autobahn",
|
"repo": "nix-autobahn",
|
||||||
"rev": "e10aaa55ee1f6985a82791279b39e7b04353f8c5",
|
"rev": "85861fdd5cc32b65e75db4e6be478fe2da455dba",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "pub-solar",
|
"owner": "wucke13",
|
||||||
"ref": "fix/clap-and-bump-dependencies",
|
|
||||||
"repo": "nix-autobahn",
|
"repo": "nix-autobahn",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
tritonshell.url = "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main&dir=template";
|
tritonshell.url = "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main&dir=template";
|
||||||
tritonshell.inputs.nixpkgs.follows = "latest";
|
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.nixpkgs.follows = "latest";
|
||||||
nix-autobahn.inputs.naersk.follows = "naersk";
|
nix-autobahn.inputs.naersk.follows = "naersk";
|
||||||
};
|
};
|
||||||
|
|
|
@ -45,7 +45,7 @@ in
|
||||||
veracrypt
|
veracrypt
|
||||||
waypoint
|
waypoint
|
||||||
yubikey-agent
|
yubikey-agent
|
||||||
nix-autobahn.packages.${pkgs.system}.nix-autobahn
|
nix-autobahn.packages.${pkgs.system}.default
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
|
|
Loading…
Reference in a new issue