mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-01 23:27:18 +02:00
feat: move from npins to lon
This commit is contained in:
parent
2041b66afe
commit
611b3fec95
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