remove jj from flake inputs
This commit is contained in:
parent
0fb6afde77
commit
7fd3ac7b9a
3 changed files with 0 additions and 16 deletions
|
|
@ -5,7 +5,6 @@ in
|
|||
./niri.nix
|
||||
./juicity.nix
|
||||
./dae.nix
|
||||
./jujutsu.nix
|
||||
./spotifyx.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