flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/b02538b16f6c5e1dbfce1033b27946e25c019b3b' (2022-08-14)
  → 'github:NixOS/nixpkgs/441dc5d512153039f19ef198e662e4f3dbb9fd65' (2022-08-15)
This commit is contained in:
Varris 2022-08-15 13:05:04 +02:00
parent b3cec69da0
commit 83f344c2bd
1 changed files with 39 additions and 4 deletions

View File

@ -1,5 +1,23 @@
{ {
"nodes": { "nodes": {
"grub2-themes": {
"inputs": {
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1648398371,
"narHash": "sha256-Ti32Wbftf33gfMd/R6z+ESc9mF7In38GHH7F/cXJKeM=",
"owner": "vinceliuice",
"repo": "grub2-themes",
"rev": "fa74d1b6af8ba7cb142a14e4e4deb46789f1a6af",
"type": "github"
},
"original": {
"owner": "vinceliuice",
"repo": "grub2-themes",
"type": "github"
}
},
"home-manager": { "home-manager": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -71,11 +89,27 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660464579, "lastModified": 1660519210,
"narHash": "sha256-kzA9rwh0wS6CwUnFHAQ7dhJCowMPfRbvixVeOKnUmjo=", "narHash": "sha256-LdGKQhxCm6IwZuFhV8FE6njEmLF0GgzR/cBdoc4+8C0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b02538b16f6c5e1dbfce1033b27946e25c019b3b", "rev": "901042d9c6d0251c7cf8cd468e61717aa7de0439",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1660551188,
"narHash": "sha256-a1LARMMYQ8DPx1BgoI/UN4bXe12hhZkCNqdxNi6uS0g=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "441dc5d512153039f19ef198e662e4f3dbb9fd65",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -117,11 +151,12 @@
}, },
"root": { "root": {
"inputs": { "inputs": {
"grub2-themes": "grub2-themes",
"home-manager": "home-manager", "home-manager": "home-manager",
"kakoune-auto-pairs": "kakoune-auto-pairs", "kakoune-auto-pairs": "kakoune-auto-pairs",
"kakoune-smarttab": "kakoune-smarttab", "kakoune-smarttab": "kakoune-smarttab",
"kakoune-sort-selections": "kakoune-sort-selections", "kakoune-sort-selections": "kakoune-sort-selections",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs_2",
"nur": "nur", "nur": "nur",
"rofi-theme": "rofi-theme" "rofi-theme": "rofi-theme"
} }