Skip to content

Commit 4eac3a8

Browse files
committed
update flak
1 parent 0b8a15c commit 4eac3a8

3 files changed

Lines changed: 9 additions & 16 deletions

File tree

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Curriculum Vitae";
33

44
inputs = {
5-
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
5+
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
66

77
# Systems, gets a list of systems, allows easy overriding
88
systems.url = "github:nix-systems/default";
@@ -13,7 +13,10 @@
1313
pkgsFor = inputs.nixpkgs.legacyPackages;
1414
in {
1515
devShells = eachSystem (system: {
16-
default = pkgsFor.${system}.callPackage ./shell.nix {};
16+
default = with pkgsFor.${system};
17+
mkShellNoCC {
18+
packages = [typst git tinymist];
19+
};
1720
});
1821

1922
# set up formatter for each system

shell.nix

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)