Compare commits

...

2 commits

Author SHA1 Message Date
Fiscal Velvet Poet 3712dee790
nixos: bumped to HEAD of 23.11 2024-03-01 16:15:25 +10:00
Fiscal Velvet Poet a915745a92
shell: added zlib 2024-03-01 16:14:40 +10:00
2 changed files with 4 additions and 3 deletions

View file

@ -559,11 +559,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1704420045, "lastModified": 1709218635,
"narHash": "sha256-C36QmoJd5tdQ5R9MC1jM7fBkZW9zBUqbUCsgwS6j4QU=", "narHash": "sha256-nytX/MkfqeTD4z7bMq4QRXcHxO9B3vRo9tM6fMtPFA8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c1be43e8e837b8dbee2b3665a007e761680f0c3d", "rev": "068d4db604958d05d0b46c47f79b507d84dbc069",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -10,5 +10,6 @@ with pkgs;
stylish-haskell # A simple Haskell code prettifier stylish-haskell # A simple Haskell code prettifier
tea # Gitea official CLI client tea # Gitea official CLI client
treefmt # one CLI to format the code tree treefmt # one CLI to format the code tree
zlib # Lossless data-compression library
]; ];
} }