impermanence/flake.nix
Cole Helbling 4c7871a86a flake: remove unused nixpkgs input
Packages are retrieved from the `pkgs` module argument, rather than
Nixpkgs itself.
2020-11-29 07:49:21 -08:00

5 lines
85 B
Nix

{
outputs = { self }: {
nixosModules.impermanence = import ./nixos.nix;
};
}