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