mirror of
https://gitlab.com/TECHNOFAB/nixtest.git
synced 2025-12-16 20:13:53 +01:00
refactor: replace flake-parts, devenv etc. with rensa
This commit is contained in:
parent
5a7053afcb
commit
0414493963
16 changed files with 443 additions and 602 deletions
8
nix/packages/packages.nix
Normal file
8
nix/packages/packages.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{inputs, ...}: let
|
||||
inherit (inputs) self pkgs;
|
||||
in {
|
||||
nixtest = pkgs.callPackage "${self}/package.nix" {};
|
||||
update-package = pkgs.writeShellScriptBin "update-package" ''
|
||||
${pkgs.nix-update}/bin/nix-update nixtest --flake --version skip
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue