superslicer

This commit is contained in:
Julian Sutter 2023-08-20 10:33:22 -07:00
parent 94a6b7c15a
commit 6b9c999515
3 changed files with 8 additions and 6 deletions

12
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1691672736, "lastModified": 1692260837,
"narHash": "sha256-HNPA/dKHerA0p4OsToEcW/DtTSXBcK5gFRsy/yPgV/Y=", "narHash": "sha256-2FpkX1zl+7ni7djK7NeE1ZGupRUwZgjW+RPCSBgDf4k=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "6e1eff9aac0e8d84bda7f2d60ba6108eea9b7e79", "rev": "6a94c1a59737783c282c4031555a289c28b961e4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1691654369, "lastModified": 1692356644,
"narHash": "sha256-gSILTEx1jRaJjwZxRlnu3ZwMn1FVNk80qlwiCX8kmpo=", "narHash": "sha256-AYkPFT+CbCVSBmh0WwIzPpwhEJ4Yy3A7JZvUkGJIg5o=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ce5e4a6ef2e59d89a971bc434ca8ca222b9c7f5e", "rev": "8ecc900b2f695d74dea35a92f8a9f9b32c8ea33d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -5,5 +5,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
cura cura
freecad freecad
super-slicer
]; ];
} }

View file

@ -117,6 +117,7 @@
stress stress
wget wget
openssl openssl
gnumake
]; ];
services.flatpak.enable = true; services.flatpak.enable = true;