TIL: Custom commands for DevOS's DevShell!

1 · · Nov. 18, 2022, 3:51 p.m.
Introduction If you are using DevOS which is the official template for using digga, you may find that some friendlier commands are needed for example to rebuild your NixOS system. In this blog post, we’ll cover exactly how to do that! 😁 Implementation In your <your-config>/shell/devos.nix file, you will find a commands list, where you’re be able to add your own set of commands: { pkgs, extraModulesPath, inputs, lib, ... }: ....