diff options
| author | andromeda <andromeda@lenovo> | 2026-01-22 05:35:49 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-22 05:38:05 +0100 |
| commit | ad7e25dce37f45b343455d33d90c9487a5c14a48 (patch) | |
| tree | 54332a84892e9c829dc9f866f458efa2975faa5e /default.nix | |
| parent | 1a62299225b55143da03d46c6394a53b349fc6bb (diff) | |
init npins?
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..e60abcb --- /dev/null +++ b/default.nix @@ -0,0 +1,5 @@ +let + sources = import ./npins; + pkgs = import sources.nixpkgs {}; +in { +} |
