flake.lock: Update

Flake lock file updates:

• Updated input 'nix-super':
    'git+https://git.privatevoid.net/max/nix-super?ref=master&rev=8774de430bfb2e9ede30c9756695970210ec34e9' (2022-01-20)
  → 'git+https://git.privatevoid.net/max/nix-super-fork?ref=master&rev=ee2038b6286c90caa441ab11322168703c01e3b5' (2022-02-22)
• Added input 'nix-super/lowdown-src':
    'github:kristapsdz/lowdown/7a43098eb429a5f9ce8a996f75d12860035f2690' (2022-02-23)
• Removed input 'nix-super/nix'
• Added input 'nix-super/nixpkgs':
    follows 'nixpkgs'
• Added input 'nix-super/nixpkgs-regression':
    'github:NixOS/nixpkgs/215d4d0fd80ca5163643b03a33fde804a29cc1e2' (2022-01-24)
• Removed input 'nix-super-unstable-repin'
• Removed input 'nix-super-unstable-repin/lowdown-src'
• Removed input 'nix-super-unstable-repin/nixpkgs'
This commit is contained in:
Max Headroom 2022-02-26 01:14:27 +01:00
parent 229fbf4a69
commit da8a7c2e74

View file

@ -136,11 +136,11 @@
"lowdown-src": { "lowdown-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1633514407, "lastModified": 1645605786,
"narHash": "sha256-Dw32tiMjdK9t3ETl5fzGrutQTzh2rufgZV4A/BbxuD4=", "narHash": "sha256-c/9f25MypimMIjfcOXmn2pEpAAzP/Wzzjs3LodlvfAA=",
"owner": "kristapsdz", "owner": "kristapsdz",
"repo": "lowdown", "repo": "lowdown",
"rev": "d2c2b44ff6c27b936ec27358a2653caaef8f73b8", "rev": "7a43098eb429a5f9ce8a996f75d12860035f2690",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -203,44 +203,25 @@
} }
}, },
"nix-super": { "nix-super": {
"inputs": {
"nix": [
"nix-super-unstable-repin"
]
},
"locked": {
"lastModified": 1642636805,
"narHash": "sha256-6tPugqYR7PBs2qh0mq+V9dj4+P6o0whcgSdGsk73/4A=",
"ref": "master",
"rev": "8774de430bfb2e9ede30c9756695970210ec34e9",
"revCount": 39,
"type": "git",
"url": "https://git.privatevoid.net/max/nix-super"
},
"original": {
"type": "git",
"url": "https://git.privatevoid.net/max/nix-super"
}
},
"nix-super-unstable-repin": {
"inputs": { "inputs": {
"lowdown-src": "lowdown-src", "lowdown-src": "lowdown-src",
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
] ],
"nixpkgs-regression": "nixpkgs-regression"
}, },
"locked": { "locked": {
"lastModified": 1642583127, "lastModified": 1645553076,
"narHash": "sha256-WyCL2SDApuIjQngO0UozOBI/iDUUoDW1QEQ/MUUu/Ec=", "narHash": "sha256-eiTGU7gI41iU9rjsecPF2VyPmF7FOuu5LgtD9gGT740=",
"owner": "NixOS", "ref": "master",
"repo": "nix", "rev": "ee2038b6286c90caa441ab11322168703c01e3b5",
"rev": "bc443511eb65420b51d10708e25427fe50de37a8", "revCount": 11559,
"type": "github" "type": "git",
"url": "https://git.privatevoid.net/max/nix-super-fork"
}, },
"original": { "original": {
"owner": "NixOS", "type": "git",
"repo": "nix", "url": "https://git.privatevoid.net/max/nix-super-fork"
"type": "github"
} }
}, },
"nixpkgs": { "nixpkgs": {
@ -259,6 +240,21 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs-regression": {
"locked": {
"lastModified": 1643052045,
"narHash": "sha256-uGJ0VXIhWKGXxkeNnq4TvV3CIOkUJ3PAoLZ3HMzNVMw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2",
"type": "github"
},
"original": {
"id": "nixpkgs",
"rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2",
"type": "indirect"
}
},
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1642522226, "lastModified": 1642522226,
@ -316,7 +312,6 @@
"home-manager": "home-manager", "home-manager": "home-manager",
"nar-serve": "nar-serve", "nar-serve": "nar-serve",
"nix-super": "nix-super", "nix-super": "nix-super",
"nix-super-unstable-repin": "nix-super-unstable-repin",
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
} }
}, },