mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
26f6222c8d
I haven't used it. I'm just testing to create devshells with my own overlays.
9 lines
207 B
Nix
9 lines
207 B
Nix
{ pkgs ? import <nixpkgs> { } }:
|
|
|
|
with pkgs; {
|
|
flatpak = callPackage ./flatpak.nix { };
|
|
hugo = callPackage ./hugo.nix { };
|
|
rust = callPackage ./rust.nix { };
|
|
tic-80 = callPackage ./tic-80.nix { };
|
|
}
|