refactor: restructure project to remove profiles, users, ...

This commit is contained in:
Kat Inskip 2022-07-10 12:59:40 -07:00
parent cb3ae5f434
commit 53655a05fc
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
177 changed files with 544 additions and 2877 deletions

View file

@ -37,7 +37,7 @@
};
flake-utils.url = "github:numtide/flake-utils";
trusted = {
url = "path:./empty/.";
url = "path:./flake/empty/.";
flake = false;
};
flake-compat = {
@ -50,7 +50,7 @@
providedSystems = flake-utils.lib.eachDefaultSystem
(system:
rec {
devShell = import ./devShell.nix { inherit inputs system; };
devShells.default = import ./devShell.nix { inherit inputs system; };
legacyPackages = import ./outputs.nix { inherit inputs system; };
});
in providedSystems // {