init npins?

This commit is contained in:
andromeda
2026-01-22 05:35:49 +01:00
parent a0fa657600
commit 6e7e52aecf
5 changed files with 429 additions and 0 deletions

5
default.nix Normal file
View File

@@ -0,0 +1,5 @@
let
sources = import ./npins;
pkgs = import sources.nixpkgs {};
in {
}