Skip to content

Instantly share code, notes, and snippets.

@magnushammar
Last active April 17, 2024 21:01
Show Gist options
  • Save magnushammar/6a3a3091c1c75c4ffc9440c9bf1a78c7 to your computer and use it in GitHub Desktop.
Save magnushammar/6a3a3091c1c75c4ffc9440c9bf1a78c7 to your computer and use it in GitHub Desktop.
NixOs configuration testing
{ config, lib, pkgs, modulesPath, ... }:
{ imports = [ <nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix> ];
environment.systemPackages = with pkgs; [
git
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment