aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-10-14 17:27:37 -0700
committerFranck Cuny <franck@fcuny.net>2024-10-14 17:27:37 -0700
commitcf62599068043632a3aa2e613085a0fe7cebbc36 (patch)
tree6c9233ca4853ebece251f7d29d3a3fa34f920330 /flake.nix
parentdelete a bunch of python related stuff (diff)
downloadinfra-cf62599068043632a3aa2e613085a0fe7cebbc36.tar.gz
delete more python code
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index 33da294..2cfe728 100644
--- a/flake.nix
+++ b/flake.nix
@@ -43,10 +43,6 @@
"x86_64-linux"
];
- imports = [
- ./nix/flake/devshell.nix
- ./nix/flake/packages.nix
- ./nix/flake/hosts.nix
- ];
+ imports = [ ./nix/flake/devshell.nix ./nix/flake/hosts.nix ];
};
}