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": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1758532697, "lastModified": 1760775323,
"owner": "cachix", "owner": "nixos",
"repo": "devenv-nixpkgs", "repo": "nixpkgs",
"rev": "207a4cb0e1253c7658c6736becc6eb9cace1f25f", "rev": "cef7b5a1998b7d7f4b945168421141f50f98e4ed",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "cachix", "owner": "nixos",
"ref": "rolling", "repo": "nixpkgs",
"repo": "devenv-nixpkgs", "rev": "cef7b5a1998b7d7f4b945168421141f50f98e4ed",
"type": "github" "type": "github"
} }
}, },

View File

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

View File

@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json # yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
inputs: inputs:
nixpkgs: 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. # If you're using non-OSS software, you can set allowUnfree to true.
# allowUnfree: true # allowUnfree: true