Skip to content
Snippets Groups Projects
flake.lock 2.98 KiB
Newer Older
{
  "nodes": {
    "flake-parts": {
      "inputs": {
        "nixpkgs-lib": "nixpkgs-lib"
      },
      "locked": {
Daniel Firth's avatar
Daniel Firth committed
        "lastModified": 1678379998,
        "narHash": "sha256-TZdfNqftHhDuIFwBcN9MUThx5sQXCTeZk9je5byPKRw=",
        "owner": "hercules-ci",
        "repo": "flake-parts",
Daniel Firth's avatar
Daniel Firth committed
        "rev": "c13d60b89adea3dc20704c045ec4d50dd964d447",
        "type": "github"
      },
      "original": {
        "owner": "hercules-ci",
        "repo": "flake-parts",
        "type": "github"
    "flake-utils": {
      "locked": {
        "lastModified": 1644229661,
        "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=",
        "owner": "numtide",
        "repo": "flake-utils",
        "rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797",
        "type": "github"
      },
      "original": {
        "owner": "numtide",
        "repo": "flake-utils",
        "type": "github"
      }
    },
    "lint-utils": {
      "inputs": {
        "flake-utils": "flake-utils",
        "nixpkgs": "nixpkgs"
      },
      "locked": {
Daniel Firth's avatar
Daniel Firth committed
        "lastModified": 1676204115,
        "narHash": "sha256-cYYt6sN9t+lYYYelAbRtM/ioVJ27kMcUtR4unA8jfd4=",
        "ref": "refs/heads/master",
Daniel Firth's avatar
Daniel Firth committed
        "rev": "cc55bca9b25e65f7060de642c99e51bd96dfc190",
        "revCount": 47,
        "type": "git",
        "url": "https://gitlab.homotopic.tech/nix/lint-utils"
      },
      "original": {
        "type": "git",
        "url": "https://gitlab.homotopic.tech/nix/lint-utils"
      }
    },
    "nixpkgs": {
      "locked": {
        "lastModified": 1644525281,
        "narHash": "sha256-D3VuWLdnLmAXIkooWAtbTGSQI9Fc1lkvAr94wTxhnTU=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "48d63e924a2666baf37f4f14a18f19347fbd54a2",
        "type": "github"
      },
      "original": {
        "owner": "NixOS",
        "ref": "nixos-unstable",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "nixpkgs-lib": {
      "locked": {
        "dir": "lib",
Daniel Firth's avatar
Daniel Firth committed
        "lastModified": 1678375444,
        "narHash": "sha256-XIgHfGvjFvZQ8hrkfocanCDxMefc/77rXeHvYdzBMc8=",
        "owner": "NixOS",
        "repo": "nixpkgs",
Daniel Firth's avatar
Daniel Firth committed
        "rev": "130fa0baaa2b93ec45523fdcde942f6844ee9f6e",
        "type": "github"
      },
      "original": {
        "dir": "lib",
        "owner": "NixOS",
        "ref": "nixos-unstable",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "nixpkgs_2": {
      "locked": {
Daniel Firth's avatar
Daniel Firth committed
        "lastModified": 1679198465,
        "narHash": "sha256-VfXpHpniNWgg7pBzxb20pRX7kqn80LApPDQYTReiFCw=",
        "owner": "nixos",
        "repo": "nixpkgs",
Daniel Firth's avatar
Daniel Firth committed
        "rev": "5a05160f7671434e1c833b1b01284b876e04eca4",
        "type": "github"
      },
      "original": {
        "owner": "nixos",
        "ref": "nixpkgs-unstable",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "root": {
      "inputs": {
        "flake-parts": "flake-parts",
        "lint-utils": "lint-utils",
        "nixpkgs": "nixpkgs_2"
      }
    }
  },
  "root": "root",
  "version": 7
}