♻️ backwards compatibility for non-flake systems

This commit is contained in:
2022-05-08 14:06:24 -04:00
parent ea5ba53e3c
commit ef245c59a7
4 changed files with 58 additions and 29 deletions

View File

@ -7,6 +7,11 @@
flake-utils.url = "github:numtide/flake-utils";
deploy-rs.url = "github:serokell/deploy-rs";
flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;
};
# My stuff
dotfiles = {
url = "github:walkah/dotfiles";
@ -22,7 +27,7 @@
, home-manager
, dotfiles
, ...
}@attrs:
}:
let
mkSystem = hostName: system: modules: