Cole Mickens
Cole Mickens
cc: @matthewCroughan
This needs an additional change in nixpkgs: * https://github.com/NixOS/nixpkgs/pull/318937 Tested: ``` [colemickens@aarch64:~]$ export rev="7126347e" [colemickens@aarch64:~]$ nix build github:colemickens/flake-firefox-nightly/$rev#packages.aarch64-linux.firefox-nightly-bin [colemickens@aarch64:~]$ ./result/bin/ firefox-nightly .firefox-nightly-wrapped [colemickens@aarch64:~]$ ./result/bin/firefox-nightly Error: no DISPLAY environment variable specified...
I think this has been resolved by merging #45. Thanks @K900
Nice! ```nix { config = { # ... system.build.initialRamdisk = lib.mkForce (pkgs.writeText "test" "null").outPath; # ... }; } ``` seems to have worked, and after deploying/rebooting/GCing, I seem to have...
To be honest, I'm not sure. I'm a bit bogged down. Basically, I know this thing has a boot.img on it, I assumed it had to have the kernel and...
Why does it include both a RoleBinding and a ClusterRoleBinding for the ServiceAccount?
Huh, I guess I got the wrong impression from a random mailing list thread I'd found about a linux implementation. This does make me even more curious that this repo...
So, very interestingly, if I manually revert `foot` to an old rev and run it, it works! But it fails on the second run. First run produces commit: ``` commit...
Note, also, I find it odd that it is diffing `default.nix` even when I override the file? But also it works the first try somehow so?
In the successful case: ``` Update 1.18.1-unstable-2024-09-13 -> 1.18.1-unstable-2024-09-15 in ./pkgs/foot/metadata.nix $ nix-build --expr let src = (let flake = builtins.getFlake "/home/cole/code/nixpkgs-wayland"; in flake.packages.${builtins.currentSystem}."packages"."x86_64-linux"."foot" or flake."packages"."x86_64-linux"."foot").src; in (src.overrideAttrs or (f:...