about summary refs log tree commit diff
path: root/tests/flake_test.nix
blob: 65f57eb91c03fc33a4e2c0f9deb9c54a76715253 (plain) (blame)
1
2
3
4
5
6
7
8
9
let
  flake = import ../flake.nix;
in [
  {
    name = "home-manger should follow nixpkgs";
    actual = flake.inputs.home-manager.inputs.nixpkgs.follows;
    expected = "nixpkgs";
  }
]