This commit is contained in:
Giulio De Pasquale 2025-10-18 10:55:48 +01:00
parent c11c2bccf4
commit 30ed373ac5
3 changed files with 10 additions and 9 deletions

View File

@ -74,16 +74,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1758532697,
"owner": "cachix",
"repo": "devenv-nixpkgs",
"rev": "207a4cb0e1253c7658c6736becc6eb9cace1f25f",
"lastModified": 1760775323,
"owner": "nixos",
"repo": "nixpkgs",
"rev": "cef7b5a1998b7d7f4b945168421141f50f98e4ed",
"type": "github"
},
"original": {
"owner": "cachix",
"ref": "rolling",
"repo": "devenv-nixpkgs",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "cef7b5a1998b7d7f4b945168421141f50f98e4ed",
"type": "github"
}
},

View File

@ -3,8 +3,9 @@
{
env.GREET = "devenv";
cachix.enable = false;
dotenv.disableHint = true;
packages = with pkgs; [ poetry ];
packages = with pkgs; [ poetry repomix ];
languages.python = {
enable = true;

View File

@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
inputs:
nixpkgs:
url: github:cachix/devenv-nixpkgs/rolling
url: github:nixos/nixpkgs/cef7b5a1998b7d7f4b945168421141f50f98e4ed
# If you're using non-OSS software, you can set allowUnfree to true.
# allowUnfree: true