nixos-config/shells/default.nix
Gabriel Arazas be63b23770 Create development shells
Only with the basics for now. I've yet to explore more complex use cases
such as the following repos:

- https://github.com/GTrunSec/Coding-Dev-Env-With-NixFlake
- https://github.com/LavaDesu/flakes

This seems nifty feature especially when doing some project spelunking
or something.
2021-12-13 15:32:58 +08:00

6 lines
92 B
Nix

{ pkgs ? import <nixpkgs> { } }:
with pkgs; {
flatpak = callPackage ./flatpak.nix { };
}