reflopactor

This commit is contained in:
NotAShelf 2023-04-25 23:09:03 +03:00
commit 8f372cde30
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
16 changed files with 140 additions and 283 deletions

View file

@ -1,6 +1,5 @@
# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example' or (legacy) 'nix-build -A example'
{ pkgs ? (import ../nixpkgs.nix) { } }: {
{pkgs ? (import ../nixpkgs.nix) {}}: {
# example = pkgs.callPackage ./example { };
}