remove jj from flake inputs
This commit is contained in:
parent
0fb6afde77
commit
7fd3ac7b9a
3 changed files with 0 additions and 16 deletions
10
flake.nix
10
flake.nix
|
|
@ -140,16 +140,6 @@
|
||||||
utils.follows = "flake-utils";
|
utils.follows = "flake-utils";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
jj = {
|
|
||||||
type = "github";
|
|
||||||
owner = "jj-vcs";
|
|
||||||
repo = "jj";
|
|
||||||
inputs = {
|
|
||||||
nixpkgs.follows = "nixpkgs";
|
|
||||||
flake-utils.follows = "flake-utils";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
outputs = {
|
outputs = {
|
||||||
self,
|
self,
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@ in
|
||||||
./niri.nix
|
./niri.nix
|
||||||
./juicity.nix
|
./juicity.nix
|
||||||
./dae.nix
|
./dae.nix
|
||||||
./jujutsu.nix
|
|
||||||
./spotifyx.nix
|
./spotifyx.nix
|
||||||
./radicle-explorer.nix
|
./radicle-explorer.nix
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
{inputs, ...}: final: prev: let
|
|
||||||
inherit (final.stdenv.hostPlatform) system;
|
|
||||||
in {
|
|
||||||
jujutsu = inputs.jj.packages."${system}".jujutsu.overrideAttrs {doCheck = false;};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue