flake

Francesco Saccone's Nix flake.
git clone https://git.francescosaccone.com/flake
Log | Files | Refs | README | LICENSE

flake.lock (3673B)


      1 {
      2   "nodes": {
      3     "disko": {
      4       "inputs": {
      5         "nixpkgs": [
      6           "nixpkgs"
      7         ]
      8       },
      9       "locked": {
     10         "lastModified": 1740485968,
     11         "narHash": "sha256-WK+PZHbfDjLyveXAxpnrfagiFgZWaTJglewBWniTn2Y=",
     12         "owner": "nix-community",
     13         "repo": "disko",
     14         "rev": "19c1140419c4f1cdf88ad4c1cfb6605597628940",
     15         "type": "github"
     16       },
     17       "original": {
     18         "owner": "nix-community",
     19         "repo": "disko",
     20         "type": "github"
     21       }
     22     },
     23     "home-manager": {
     24       "inputs": {
     25         "nixpkgs": [
     26           "nixpkgs"
     27         ]
     28       },
     29       "locked": {
     30         "lastModified": 1739757849,
     31         "narHash": "sha256-Gs076ot1YuAAsYVcyidLKUMIc4ooOaRGO0PqTY7sBzA=",
     32         "owner": "nix-community",
     33         "repo": "home-manager",
     34         "rev": "9d3d080aec2a35e05a15cedd281c2384767c2cfe",
     35         "type": "github"
     36       },
     37       "original": {
     38         "owner": "nix-community",
     39         "ref": "release-24.11",
     40         "repo": "home-manager",
     41         "type": "github"
     42       }
     43     },
     44     "nixpkgs": {
     45       "locked": {
     46         "lastModified": 1741540914,
     47         "narHash": "sha256-Cs6uawZoV3mboy+FCJiWJhnsbRRaatEI8Yp6pqKAwSk=",
     48         "owner": "nixos",
     49         "repo": "nixpkgs",
     50         "rev": "6182141a6f8244d89c015eeacef64124273cfa33",
     51         "type": "github"
     52       },
     53       "original": {
     54         "owner": "nixos",
     55         "ref": "release-24.11",
     56         "repo": "nixpkgs",
     57         "type": "github"
     58       }
     59     },
     60     "openpgp-key": {
     61       "flake": false,
     62       "locked": {
     63         "narHash": "sha256-Oz+cHPKOt3PAzxxZQUkmOmRkKmwTAMn9NIu4RdbGX+8=",
     64         "type": "file",
     65         "url": "https://francescosaccone.com/public/francescosaccone.asc"
     66       },
     67       "original": {
     68         "type": "file",
     69         "url": "https://francescosaccone.com/public/francescosaccone.asc"
     70       }
     71     },
     72     "password-store": {
     73       "flake": false,
     74       "locked": {
     75         "lastModified": 1743016993,
     76         "narHash": "sha256-2GLBomLSrcVKw9O8L1t/r9nBRXVVWdCcpTgpENG1nd8=",
     77         "ref": "refs/heads/master",
     78         "rev": "3de21380f012d10457a44ae9346affd08feef4d6",
     79         "revCount": 6,
     80         "type": "git",
     81         "url": "git://git.francescosaccone.com/password-store"
     82       },
     83       "original": {
     84         "type": "git",
     85         "url": "git://git.francescosaccone.com/password-store"
     86       }
     87     },
     88     "root": {
     89       "inputs": {
     90         "disko": "disko",
     91         "home-manager": "home-manager",
     92         "nixpkgs": "nixpkgs",
     93         "openpgp-key": "openpgp-key",
     94         "password-store": "password-store",
     95         "site": "site",
     96         "treefmt-nix": "treefmt-nix"
     97       }
     98     },
     99     "site": {
    100       "flake": false,
    101       "locked": {
    102         "lastModified": 1743777858,
    103         "narHash": "sha256-GeYiMP8pwvwlBmW9Fl4PeJGoD9LoUMeBdiLxGZlADw0=",
    104         "ref": "refs/heads/master",
    105         "rev": "de8fc4368fbdf0fc9d4d07bee9b3270a3bfea50a",
    106         "revCount": 79,
    107         "type": "git",
    108         "url": "git://git.francescosaccone.com/site"
    109       },
    110       "original": {
    111         "type": "git",
    112         "url": "git://git.francescosaccone.com/site"
    113       }
    114     },
    115     "treefmt-nix": {
    116       "inputs": {
    117         "nixpkgs": [
    118           "nixpkgs"
    119         ]
    120       },
    121       "locked": {
    122         "lastModified": 1739829690,
    123         "narHash": "sha256-mL1szCeIsjh6Khn3nH2cYtwO5YXG6gBiTw1A30iGeDU=",
    124         "owner": "numtide",
    125         "repo": "treefmt-nix",
    126         "rev": "3d0579f5cc93436052d94b73925b48973a104204",
    127         "type": "github"
    128       },
    129       "original": {
    130         "owner": "numtide",
    131         "repo": "treefmt-nix",
    132         "type": "github"
    133       }
    134     }
    135   },
    136   "root": "root",
    137   "version": 7
    138 }