Compare commits

...

3 Commits

Author SHA1 Message Date
d1c7c336a2 update 2025-11-14 14:25:57 +01:00
5c3c59d6da update plist 2025-11-14 14:25:48 +01:00
3845ae7bde update readme to use determinate systems 2025-11-10 23:43:28 +01:00
8 changed files with 9 additions and 9 deletions

View File

@@ -13,9 +13,8 @@
## Installation ## Installation
```bash ```bash
# Install nix [without the --determinate flag] # Install nix
# ⚠️ When asked if install the determinate version say no curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --determinate
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
# Install brew [for casks] # Install brew [for casks]
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

12
flake.lock generated
View File

@@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1762787259, "lastModified": 1762964643,
"narHash": "sha256-t2U/GLLXHa2+kJkwnFNRVc2fEJ/lUfyZXBE5iKzJdcs=", "narHash": "sha256-RYHN8O/Aja59XDji6WSJZPkJpYVUfpSkyH+PEupBJqM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "37a3d97f2873e0f68711117c34d04b7c7ead8f4e", "rev": "827f2a23373a774a8805f84ca5344654c31f354b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -42,11 +42,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1762482733, "lastModified": 1762943920,
"narHash": "sha256-g/da4FzvckvbiZT075Sb1/YDNDr+tGQgh4N8i5ceYMg=", "narHash": "sha256-ITeH8GBpQTw9457ICZBddQEBjlXMmilML067q0e6vqY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e1ebeec86b771e9d387dd02d82ffdc77ac753abc", "rev": "91c9a64ce2a84e648d0cf9671274bb9c2fb9ba60",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -14,6 +14,7 @@
"blender" "blender"
"bambu-studio" "bambu-studio"
"cyberduck" "cyberduck"
"kicad"
]; ];
pkgs = pkgs =
pkgs: with pkgs; [ pkgs: with pkgs; [