before npins

This commit is contained in:
atagen 2025-04-06 23:50:50 +10:00
parent d429476553
commit 63fbd6d499
22 changed files with 627 additions and 330 deletions

7
pin-nixpkgs.nix Normal file
View file

@ -0,0 +1,7 @@
{ ... }:
let
sources = import ./npins;
in
{
nixpkgs.flake.source = sources.nixpkgs;
}