mcamp-ata
mcamp-ata
still getting this... ``` ╰─ nix run github:tadfisher/gradle2nix -- --help error: hash mismatch in fixed-output derivation '/nix/store/a56mz008i9cnfmxrqszlfcvb3ysjq79l-jackson-parent-2.12.pom.drv': specified: sha256-Z749r6r4zhcX56fefbkrpDPfkjtpekDJdDpUzJ/FNjc= got: sha256-YqocFnmt4J8XPb8bbDLTXFXnWAAjj9XkjxOqQzfAh1s= error: 1 dependencies of derivation '/nix/store/dgfnxv0as8q7f6qfc0slqw66wxg5c3ph-jackson-parent-2.12.pom.drv' failed to build...
I dont know how much ehlp this is but this is what I have crafted to be able to do this kind of... ``` using AWSS3 using AWS: global_aws_config, AWSConfig...
when I used the log function it just returns me a path, it doesn't save the files to the artifact location defined in the experiment (S3 bucket in my mlflow...
trying a new system and I am getting the following once everything is installed and is getting ready to reboot with NixosAnywhere: ``` Warning: Permanently added '10.8.0.194' (ED25519) to the...
``` { modulesPath, config, lib, pkgs, ... }: { imports = [ (modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/profiles/qemu-guest.nix") ./disk-config.nix ]; boot.loader.grub = { # no need to set devices, disko...
This seems related to this https://github.com/goauthentik/authentik/issues/12447
Is there a fix or work around for this? I just stoop-up a new Attic and need to make it public.. and I can't.. EDIT: I just updated the database.....
I was able to use this branch to get Jupyenv running in my flake with 25.05. No issues yet..
I just got everything working on a Rocky Linux VM. This is what I did. # System Manager Notes Things that need to be installed ``` dnf install vim git...
made a Nix package that is runnable on the VM and then you can deploy `system-manager` ```nix {pkgs, ...}: # SELinux policy file let policy-file = pkgs.writeText "allow-system-manager.te" '' module...