add snakemake and awk to nix flake

This commit is contained in:
Quentin Guilloteau 2024-07-11 13:35:54 +02:00
parent 30a82efc70
commit 27e0552bc8
2 changed files with 7 additions and 5 deletions

8
flake.lock generated
View File

@ -20,16 +20,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1717179513,
"narHash": "sha256-vboIEwIQojofItm2xGCdZCzW96U85l9nDW3ifMuAIdM=",
"lastModified": 1701282334,
"narHash": "sha256-MxCVrXY6v4QmfTwIysjjaX0XUhqBbxTWWB4HXtDYsdk=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "63dacb46bf939521bdc93981b4cbb7ecb58427a0",
"rev": "057f9aecfb71c4437d2b27d3323df7f93c010b7e",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "24.05",
"ref": "23.11",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -2,7 +2,7 @@
description = "Flake study docker longevity";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/24.05";
nixpkgs.url = "github:nixos/nixpkgs/23.11";
flake-utils.url = "github:numtide/flake-utils";
};
@ -15,6 +15,8 @@
devShells = {
default = pkgs.mkShell {
packages = with pkgs; [
snakemake
gawk
(python3.withPackages (ps: with ps; [
requests
pyyaml