!SgYlXivkogarTVcnZO:nixos.org

Nix Flakes

854 Members
168 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
15 Jul 2025
@atagen:ch.atagen.coatagen devShells is not a project, it's an output of a nix flake
ie.
{
  outputs =
    { self, nixpkgs }:
    let
      system = "x86_64-linux";
      pkgs = nixpkgs.legacyPackages.${system};
    in
    {
      devShells.${system}.default = pkgs.mkShell { packages = [ pkgs.hello ]; };
    };
}
01:46:56
@atagen:ch.atagen.coatagenif you are looking at devenv or something it's totally different and usually unnecessary01:47:10

Show newer messages


Back to Room ListRoom Version: 6