upfate flake inputs
This commit is contained in:
parent
6469b1d0a3
commit
309ff7fc72
2 changed files with 48 additions and 41 deletions
|
|
@ -1 +1,8 @@
|
|||
{ inputs, ... }: inputs.jj.overlays.default
|
||||
{ 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