mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
feat: move from npins to lon
This commit is contained in:
parent
fd901ced40
commit
15a5e616c5
7 changed files with 249 additions and 315 deletions
|
@ -1,10 +1,11 @@
|
|||
let
|
||||
inputs = import ./deps;
|
||||
inputs = import ./lon.nix;
|
||||
pkgs = import inputs.unstable { };
|
||||
nixos-anywhere = pkgs.callPackage "${inputs.nixos-anywhere}/src/default.nix" { };
|
||||
agenix = pkgs.callPackage "${inputs.agenix}/pkgs/agenix.nix" { };
|
||||
bootstrap = pkgs.callPackage scripts/bootstrap-machine.nix { inherit nixos-anywhere; };
|
||||
update-deps = pkgs.callPackage scripts/update-deps.nix { };
|
||||
lon = pkgs.callPackage "${inputs.lon}/nix/packages/lon.nix" { };
|
||||
pre-commit-hook =
|
||||
(import (
|
||||
pkgs.applyPatches {
|
||||
|
@ -36,6 +37,7 @@ pkgs.mkShell {
|
|||
bootstrap
|
||||
update-deps
|
||||
pkgs.statix
|
||||
lon
|
||||
];
|
||||
shellHook = ''
|
||||
${pre-commit-hook.shellHook}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue