Advertisement
charmonium

flake.lock

Dec 23rd, 2023
1,145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.53 KB | None | 0 0
  1. {
  2.   "nodes": {
  3.     "home-manager": {
  4.       "inputs": {
  5.         "nixpkgs": "nixpkgs"
  6.       },
  7.       "locked": {
  8.         "lastModified": 1703265279,
  9.         "narHash": "sha256-5jVtOwyMH1FzclxHrsFWzBdB+VyjUUSu1wyZhZlR6WU=",
  10.         "owner": "nix-community",
  11.         "repo": "home-manager",
  12.         "rev": "07c322a7cff03267fd881adae1afe63367c5d608",
  13.         "type": "github"
  14.       },
  15.       "original": {
  16.         "id": "home-manager",
  17.         "type": "indirect"
  18.       }
  19.     },
  20.     "nixpkgs": {
  21.       "locked": {
  22.         "lastModified": 1703013332,
  23.         "narHash": "sha256-+tFNwMvlXLbJZXiMHqYq77z/RfmpfpiI3yjL6o/Zo9M=",
  24.         "owner": "NixOS",
  25.         "repo": "nixpkgs",
  26.         "rev": "54aac082a4d9bb5bbc5c4e899603abfb76a3f6d6",
  27.         "type": "github"
  28.       },
  29.       "original": {
  30.         "owner": "NixOS",
  31.         "ref": "nixos-unstable",
  32.         "repo": "nixpkgs",
  33.         "type": "github"
  34.       }
  35.     },
  36.     "nixpkgs_2": {
  37.       "locked": {
  38.         "lastModified": 1703013332,
  39.         "narHash": "sha256-+tFNwMvlXLbJZXiMHqYq77z/RfmpfpiI3yjL6o/Zo9M=",
  40.         "owner": "nixos",
  41.         "repo": "nixpkgs",
  42.         "rev": "54aac082a4d9bb5bbc5c4e899603abfb76a3f6d6",
  43.         "type": "github"
  44.       },
  45.       "original": {
  46.         "owner": "nixos",
  47.         "ref": "nixos-unstable",
  48.         "repo": "nixpkgs",
  49.         "type": "github"
  50.       }
  51.     },
  52.     "root": {
  53.       "inputs": {
  54.         "home-manager": "home-manager",
  55.         "nixpkgs": "nixpkgs_2"
  56.       }
  57.     }
  58.   },
  59.   "root": "root",
  60.   "version": 7
  61. }
  62.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement