mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
update distrobox4nix
This commit is contained in:
parent
42447b4e74
commit
53168e7b60
3 changed files with 10 additions and 6 deletions
10
flake.lock
generated
10
flake.lock
generated
|
|
@ -112,15 +112,15 @@
|
|||
},
|
||||
"distrobox4nix": {
|
||||
"locked": {
|
||||
"lastModified": 1741561924,
|
||||
"narHash": "sha256-eJuZoG+vBTt6t0bjTvZRcQW2eAgD5tCIW/CkPnkbA0k=",
|
||||
"owner": "aguirre-matteo",
|
||||
"lastModified": 1741762782,
|
||||
"narHash": "sha256-592yZpY4SdEnD04Ue7gs/SQ1ZwrAkg9BoySGIVL8wXE=",
|
||||
"owner": "EdenQwQ",
|
||||
"repo": "distrobox4nix",
|
||||
"rev": "fc6578785ece239f64c4ab5f50a7c1f06e3880ad",
|
||||
"rev": "a45d9af4d9f453ea4eea53c3abbb311f4042d2cc",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "aguirre-matteo",
|
||||
"owner": "EdenQwQ",
|
||||
"repo": "distrobox4nix",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,6 +67,6 @@
|
|||
nh.url = "github:viperML/nh";
|
||||
treefmt-nix.url = "github:numtide/treefmt-nix";
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
distrobox4nix.url = "github:aguirre-matteo/distrobox4nix";
|
||||
distrobox4nix.url = "github:EdenQwQ/distrobox4nix";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,6 +5,10 @@
|
|||
python-project = {
|
||||
image = "fedora:latest";
|
||||
additional_packages = "python3 python3-pip git python3-numpy python3-scipy python3-matplotlib python3-pandas";
|
||||
init_hooks = [
|
||||
"ln -s /usr/bin/distrobox-host-exec /usr/local/bin/evince"
|
||||
"ln -s /usr/bin/distrobox-host-exec /usr/local/bin/latexmk"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue