moving flake into generated

This commit is contained in:
2026-03-16 08:31:13 +00:00
parent 810aa7be5a
commit 6aabc678cf
6 changed files with 64 additions and 2 deletions
@@ -0,0 +1,7 @@
{ mkShell, ... }:
mkShell {
buildInputs = with import <nixpkgs> {}; [
nil
nixfmt-rfc-style
];
}
@@ -0,0 +1,16 @@
{
config,
pkgs,
lib,
user,
inputs,
flakeRoot,
...
}:
{
imports = [
./devshell.nix
inputs.home-manager.nixosModules.home-manager
];
}