Remove dev profile
Profiles are deprecated in favour of options. For rust development, use nix-shell instead.
This commit is contained in:
parent
fca069698a
commit
acc9940043
|
@ -4,7 +4,6 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../modules
|
||||
../../profiles/dev.nix
|
||||
../../users/simon
|
||||
];
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../modules
|
||||
../../profiles/dev.nix
|
||||
../../users/simon
|
||||
];
|
||||
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./rust.nix
|
||||
];
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
gcc # required by rustc
|
||||
rustup
|
||||
];
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
../modules/dev
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue