Updated flake and added some server imports

This commit is contained in:
baduhai 2022-12-03 09:48:11 -03:00
parent 9b75753ae2
commit d9538c3bcd
4 changed files with 50 additions and 23 deletions

View file

@ -23,10 +23,7 @@
inputs.nixpkgs.follows = "nixpkgs-stable";
};
deploy-rs = {
url = "github:serokell/deploy-rs";
inputs.nixpkgs.follows = "nixpkgs";
};
deploy-rs.url = "github:serokell/deploy-rs";
};
outputs = inputs @ { self, nixpkgs, home-manager, nur, kmonad, nixpkgs-stable, home-manager-stable, deploy-rs, ... }: {