Disable atuin flake due to build issue
This commit is contained in:
parent
569887a4bf
commit
ae315445dd
2 changed files with 8 additions and 8 deletions
14
flake.nix
14
flake.nix
|
@ -104,13 +104,13 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
atuin = {
|
# atuin = {
|
||||||
url = "github:atuinsh/atuin";
|
# url = "github:atuinsh/atuin";
|
||||||
inputs = {
|
# inputs = {
|
||||||
nixpkgs.follows = "nixpkgs";
|
# nixpkgs.follows = "nixpkgs";
|
||||||
flake-utils.follows = "flake-utils";
|
# flake-utils.follows = "flake-utils";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
caddy-with-plugins = {
|
caddy-with-plugins = {
|
||||||
url = "github:eboskma/caddy-with-plugins";
|
url = "github:eboskma/caddy-with-plugins";
|
||||||
|
|
|
@ -29,7 +29,7 @@ rec {
|
||||||
inputs.nil.overlays.default
|
inputs.nil.overlays.default
|
||||||
inputs.pamedia.overlays.${system}
|
inputs.pamedia.overlays.${system}
|
||||||
inputs.rust-overlay.overlays.default
|
inputs.rust-overlay.overlays.default
|
||||||
inputs.atuin.overlays.default
|
# inputs.atuin.overlays.default
|
||||||
]
|
]
|
||||||
++ nixpkgs.lib.optional (system == "aarch64-linux") (
|
++ nixpkgs.lib.optional (system == "aarch64-linux") (
|
||||||
_final: super: { makeModulesClosure = x: super.makeModulesClosure (x // { allowMissing = true; }); }
|
_final: super: { makeModulesClosure = x: super.makeModulesClosure (x // { allowMissing = true; }); }
|
||||||
|
|
Loading…
Reference in a new issue