From c075cbb9632a1c30f723f9896c48f58493057f81 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 2 Mar 2024 09:35:58 -0500 Subject: [PATCH] pegged nix-flatpak to stable 0.3.0 --- flake.lock | 7 ++++--- flake.nix | 11 ++++++++--- result | 1 + 3 files changed, 13 insertions(+), 6 deletions(-) create mode 120000 result diff --git a/flake.lock b/flake.lock index 9a69cc9a..f791fbf7 100644 --- a/flake.lock +++ b/flake.lock @@ -23,15 +23,16 @@ }, "nix-flatpak": { "locked": { - "lastModified": 1708781964, - "narHash": "sha256-qbEZgB1mNuMADLmM64EtcRjDHXR3UFL4xVmoanv9wZU=", + "lastModified": 1699563939, + "narHash": "sha256-2Z4IP5Vb7jDVaDrKMO1tzLvpfuBpgTk9kJ2Okurv7rc=", "owner": "gmodena", "repo": "nix-flatpak", - "rev": "09d07c73b4d9771f527a168e0b1b6d8a1f39de28", + "rev": "df3ea9930422fb14bf00e857ff771ddb85aafba6", "type": "github" }, "original": { "owner": "gmodena", + "ref": "v0.1.0", "repo": "nix-flatpak", "type": "github" } diff --git a/flake.nix b/flake.nix index f7009bc2..2cbc7d40 100644 --- a/flake.nix +++ b/flake.nix @@ -2,10 +2,13 @@ description = "Aly's NixOS configuration."; inputs = { + # Main NixOS channel nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11"; - # handles flatpaks - nix-flatpak.url = "github:gmodena/nix-flatpak"; # unstable branch. Use github:gmodena/nix-flatpak/?ref= to pin releases. - # home-manager, used for managing user configuration + + # Declarative Flatpaks + nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.1.0"; + + # Home-manager, used for managing user configuration home-manager = { url = "github:nix-community/home-manager/release-23.11"; # The `follows` keyword in inputs is used for inheritance. @@ -14,6 +17,8 @@ # to avoid problems caused by different versions of nixpkgs. inputs.nixpkgs.follows = "nixpkgs"; }; + + # Pre-baked hardware support for various devices. nixos-hardware.url = "github:NixOS/nixos-hardware/master"; }; diff --git a/result b/result new file mode 120000 index 00000000..d6807b0d --- /dev/null +++ b/result @@ -0,0 +1 @@ +/nix/store/gfa9ial3jr1cnw7zwx4hy9jp1v7iprc4-nixos-system-rustboro-23.11.20240229.068d4db \ No newline at end of file