devenv
This commit is contained in:
parent
c11c2bccf4
commit
30ed373ac5
14
devenv.lock
14
devenv.lock
@ -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"
|
||||
}
|
||||
},
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user