Add daily email for 2025-01-23
Who's Travis?
This commit is contained in:
parent
dd7eeab810
commit
517a4379af
2 changed files with 24 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
{ nixpkgs, ... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
in
|
||||
{
|
||||
devShells.${system}.default = pkgs.mkShell {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue