feat: switch to colmena

This commit is contained in:
oddlama 2023-02-02 02:03:03 +01:00
parent bef7bb1f2d
commit 587703c157
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
11 changed files with 139 additions and 139 deletions

View file

@ -5,7 +5,7 @@
...
}: let
dummyConfig = pkgs.writeText "configuration.nix" ''
assert builtins.trace "This is a dummy config, use deploy-rs!" false;
assert builtins.trace "This is a dummy config, use colmena!" false;
{ }
'';
in {
@ -56,8 +56,6 @@ in {
"nixpkgs-overlays=/run/current-system/overlays"
];
nixpkgs.config.allowUnfree = true;
programs = {
git = {
enable = true;