mirror of
https://github.com/nix-community/impermanence
synced 2024-11-13 23:27:15 +00:00
4c7871a86a
Packages are retrieved from the `pkgs` module argument, rather than Nixpkgs itself.
5 lines
85 B
Nix
5 lines
85 B
Nix
{
|
|
outputs = { self }: {
|
|
nixosModules.impermanence = import ./nixos.nix;
|
|
};
|
|
}
|