init npins?

This commit is contained in:
andromeda
2026-01-22 05:35:49 +01:00
parent 1a62299225
commit ad7e25dce3
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 {
}