diff options
Diffstat (limited to 'ginaz')
-rw-r--r-- | ginaz/configuration.nix | 3 | ||||
-rw-r--r-- | ginaz/flake.lock | 27 |
2 files changed, 29 insertions, 1 deletions
diff --git a/ginaz/configuration.nix b/ginaz/configuration.nix index c3409e9..6c5f771 100644 --- a/ginaz/configuration.nix +++ b/ginaz/configuration.nix @@ -49,7 +49,8 @@ fping geeqie geonkick - gimp-with-plugins + #gimp-with-plugins + gimp git go godot_4 diff --git a/ginaz/flake.lock b/ginaz/flake.lock new file mode 100644 index 0000000..fa62f4a --- /dev/null +++ b/ginaz/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1710272261, + "narHash": "sha256-g0bDwXFmTE7uGDOs9HcJsfLFhH7fOsASbAuOzDC+fhQ=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "0ad13a6833440b8e238947e47bea7f11071dc2b2", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |