Remove dev profile

Profiles are deprecated in favour of options.

For rust development, use nix-shell instead.
restic-rest-server
Simon Bruder 2020-12-05 16:09:10 +01:00
parent fca069698a
commit acc9940043
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
5 changed files with 0 additions and 25 deletions

View File

@ -4,7 +4,6 @@
imports = [
./hardware-configuration.nix
../../modules
../../profiles/dev.nix
../../users/simon
];

View File

@ -4,7 +4,6 @@
imports = [
./hardware-configuration.nix
../../modules
../../profiles/dev.nix
../../users/simon
];

View File

@ -1,7 +0,0 @@
{ pkgs, ... }:
{
imports = [
./rust.nix
];
}

View File

@ -1,8 +0,0 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
gcc # required by rustc
rustup
];
}

View File

@ -1,8 +0,0 @@
{ ... }:
{
imports =
[
../modules/dev
];
}