~woffs/geb

ddd4f980f6e0a43afbe330b30755698f5724cdcb — Frank Doepper 5 months ago 81bbaa4 master
flake: use nixos-22.11 instead of unstable
2 files changed, 8 insertions(+), 4 deletions(-)

M flake.lock
M flake.nix
M flake.lock => flake.lock +4 -3
@@ 16,15 16,16 @@
    },
    "nixpkgs": {
      "locked": {
        "lastModified": 1670827406,
        "narHash": "sha256-nLNk7uiLbhbvb4TVz67XK7+Ezr1zcWYDWmNrWGmEUqA=",
        "lastModified": 1671122953,
        "narHash": "sha256-SVWmiyX2wx6BAxo4zMfRqDgFoWf4d3Vx1MgG/Vo4jL4=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "ffca9ffaaafb38c8979068cee98b2644bd3f14cb",
        "rev": "0152de25d49dc16883b65f3e29cfea8d32f68956",
        "type": "github"
      },
      "original": {
        "id": "nixpkgs",
        "ref": "nixos-22.11",
        "type": "indirect"
      }
    },

M flake.nix => flake.nix +4 -1
@@ 1,6 1,9 @@
{
  description = "geb";
  inputs.flake-utils.url = "flake-utils";
  inputs = {
    nixpkgs.url = "nixpkgs/nixos-22.11";
    flake-utils.url = "flake-utils";
  };
  outputs = { self, nixpkgs, flake-utils }:
  flake-utils.lib.eachDefaultSystem (system:
    let pkgs = nixpkgs.legacyPackages.${system}; in