Victor Fuentes

Results 58 comments of Victor Fuentes

I did try once in the past but didn't manage to get it to work, however perhaps if built on top of [nix-data](https://github.com/snowflakelinux/nix-data) it could be done. I mainly made...

There are a few issues with packagekit at the moment that make using it with Nix less than ideal. Namely the daemon constantly crashes, and removing software has never worked...

> I'm interested in contributing to SnowflakeOS and figured I would start here. When you say "writing an interface" do you mean using some API to make Gnome Software provide...

Hm might be an issue with the version of Relm4 being used. Just curious what desktop environment or window manager are you using?

The application does need to pull data from https://channels.nixos.org/ https://releases.nixos.org/ https://github.com/snowflakelinux/nix-data-db and https://github.com/snowflakelinux/nixpkgs-version-data. It does so using the reqwest library, not sure if that might be causing the issue with...

I agree that the NixOS landing page is very intimidating. With a new graphical installer (https://github.com/NixOS/nixpkgs/pull/161788) on the way, I think a site talking about deployments, containers, and such could...

Sorry haven't had a chance to review this properly, from a quick look it seems fine. I'll try to test it out later today

Tested again on latest commit successfully

Relevant section seems to be the end: ``` installing the boot loader... setting up /etc... /etc/tmpfiles.d/journal-nocow.conf:26: Failed to resolve specifier: uninitialized /etc detected, skipping All rules containing unresolvable specifiers will...

Yes, I think something like that would work. Have a seperate `configuration.nix` file with some placeholders that the installer will replace with the user options. I actually recently did something...