Compare commits

..

No commits in common. "3712dee790313c1c26cb8274e0eb439b714f4714" and "eed5ed7c9011c57619e1ad12e995a79810d3437e" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View file

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

View file

@ -10,6 +10,5 @@ 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
]; ];
} }