renamed hello template to shell
This commit is contained in:
parent
741dad4df5
commit
11f49ad0d7
3 changed files with 4 additions and 4 deletions
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
description = "Flake template for a nix shell with packages";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, flake-utils, ... }:
|
||||
flake-utils.lib.eachDefaultSystem (system:
|
||||
let pkgs = import nixpkgs { inherit system; };
|
||||
in with pkgs; { devShells.default = mkShell { packages = [ typst ]; }; });
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue