nixfiles/flake.nix
ChaotiCryptidz 89f24f5fec beep
2021-12-28 17:47:07 +00:00

13 lines
343 B
Nix

{
description = "NixOS configuration";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager.url = "github:nix-community/home-manager";
deploy-rs.url = "github:serokell/deploy-rs";
vault-secrets.url = "github:serokell/vault-secrets";
};
outputs = { ... }@inputs: import ./outputs.nix inputs;
}