updated flake

This commit is contained in:
2026-04-10 09:02:59 +09:00
parent 3046601cdb
commit 5933c22c46
2 changed files with 17 additions and 3 deletions
Generated
+3 -3
View File
@@ -36,11 +36,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1763421233, "lastModified": 1775423009,
"narHash": "sha256-Stk9ZYRkGrnnpyJ4eqt9eQtdFWRRIvMxpNRf4sIegnw=", "narHash": "sha256-vPKLpjhIVWdDrfiUM8atW6YkIggCEKdSAlJPzzhkQlw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "89c2b2330e733d6cdb5eae7b899326930c2c0648", "rev": "68d8aa3d661f0e6bd5862291b5bb263b2a6595c9",
"type": "github" "type": "github"
}, },
"original": { "original": {
+14
View File
@@ -136,6 +136,7 @@
amsfonts amsfonts
unicode-math unicode-math
mathtools mathtools
lualatex-math
# Graphics # Graphics
graphics graphics
@@ -177,6 +178,19 @@
pkgs.kdePackages.okular pkgs.kdePackages.okular
]; ];
}; };
devShells.pandoc = pkgs.stdenv.mkDerivation {
inherit name;
shellHook = ''
export PS1="${name} pandoc \w \$ "
'';
buildInputs = [
texEnv
pkgs.pandoc
pkgs._0xproto
pkgs.qpdf
pkgs.qpdfview
];
};
} }
); );
} }