nixos-config/subprojects/bahaghari/shell.nix
Gabriel Arazas afbd5cd074
bahaghari: init flake and devshell
Even if that devshell is not really usable.
2024-02-23 18:14:39 +08:00

8 lines
82 B
Nix

{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell {
inputsFrom = [ nix ];
}