mirror of https://gitlab.crans.org/nounous/nixos
Ajout devshell nix
parent
fa848ef713
commit
be1b1a6188
|
@ -0,0 +1,10 @@
|
|||
{ pkgs }:
|
||||
|
||||
pkgs.mkShell {
|
||||
name = "nix";
|
||||
|
||||
packages = with pkgs; [
|
||||
nil
|
||||
nixpkgs-fmt
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue