Commit Graph

7 Commits

Author SHA1 Message Date
surtur 103bbfa528
flake(goModule): filter out non-pertinent files...
All checks were successful
continuous-integration/drone/push Build is passing
...such as flake files or {shell,default}.nix to reduce the necessity to
rebuild (when using `nix build`) after each change, even to non-go
files. more files can be added to an exclude list in the future.
2022-06-13 17:39:46 +02:00
surtur f513c92159
flake(nixpkgs): bump to 52dc75a4fe
All checks were successful
continuous-integration/drone/push Build is passing
ref:
  52dc75a4fe
2022-05-20 14:04:58 +02:00
surtur 938f8189cb
go,flake: add a fyne window,nixGL overlay,deps,fmt
* reformat the flake
* create a fyne application, specify deps as both buildGoModule
  buildInputs and packages in devShells
* add nixGL overlay to devShells so that openGL-based apps (such as fyne
  apps) run fine for non-NixOS users
* add build/link flags
2022-05-03 20:22:43 +02:00
surtur d0201747ae
flake: switch to nixpkgs-unstable 2022-05-02 14:39:31 +02:00
surtur 7fd07f6dfe
flake: format inputs+lockfile 2022-04-27 02:23:31 +02:00
surtur 88f38822a6
flake: add flake-compat+default.nix+shell.nix 2022-04-26 15:08:36 +02:00
surtur fc9b901759
initial commit 2022-03-12 10:29:25 +01:00