System update 2024-05-17

flake-utils-plus input is overidden with latest upstream version due to

https://github.com/snowfallorg/lib/issues/76

which has been fixed in

https://github.com/gytis-ivaskevicius/flake-utils-plus/pull/146

but hasn't been pulled into snowfall according to

https://github.com/snowfallorg/lib/issues/80

I'm probably just going submit a PR to snowfall that does the

`nix flake update` on their end so I can stop doing these messy
workarounds.
This commit is contained in:
Bailey 2024-05-17 15:40:07 -04:00
parent d3682f4b60
commit aac34435f9
2 changed files with 20 additions and 20 deletions

View file

@ -39,16 +39,16 @@
"flake-utils": "flake-utils"
},
"locked": {
"lastModified": 1714768375,
"narHash": "sha256-vU6uUoUOgqG7NSyqlU/b+tNnY0ABxldYUXmlki/7OiQ=",
"lastModified": 1715533576,
"narHash": "sha256-fT4ppWeCJ0uR300EH3i7kmgRZnAVxrH+XtK09jQWihk=",
"owner": "gytis-ivaskevicius",
"repo": "flake-utils-plus",
"rev": "f3d032cb184a3433a2efa070f889962cb9d3d6a0",
"rev": "3542fe9126dc492e53ddd252bb0260fe035f2c0f",
"type": "github"
},
"original": {
"owner": "gytis-ivaskevicius",
"ref": "pull/146/head",
"ref": "master",
"repo": "flake-utils-plus",
"type": "github"
}
@ -60,11 +60,11 @@
]
},
"locked": {
"lastModified": 1714981474,
"narHash": "sha256-b3/U21CJjCjJKmA9WqUbZGZgCvospO3ArOUTgJugkOY=",
"lastModified": 1715930644,
"narHash": "sha256-W9pyM3/vePxrffHtzlJI6lDS3seANQ+Nqp+i58O46LI=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "6ebe7be2e67be7b9b54d61ce5704f6fb466c536f",
"rev": "e3ad5108f54177e6520535768ddbf1e6af54b59d",
"type": "github"
},
"original": {
@ -75,11 +75,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1714906307,
"narHash": "sha256-UlRZtrCnhPFSJlDQE7M0eyhgvuuHBTe1eJ9N9AQlJQ0=",
"lastModified": 1715787315,
"narHash": "sha256-cYApT0NXJfqBkKcci7D9Kr4CBYZKOQKDYA23q8XNuWg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "25865a40d14b3f9cf19f19b924e2ab4069b09588",
"rev": "33d1e753c82ffc557b4a585c77de43d4c922ebb5",
"type": "github"
},
"original": {
@ -91,11 +91,11 @@
},
"nur": {
"locked": {
"lastModified": 1715056675,
"narHash": "sha256-d/Vc0mnRKPOm79QASiY11Ih4378a+xiTRkgW1wDCc2I=",
"lastModified": 1715978753,
"narHash": "sha256-oz7AZNGTMf131b0c2fAF8o6XD6mENx8a7VFQ33/ZtbQ=",
"owner": "nix-community",
"repo": "NUR",
"rev": "d223869d5559ac8ff33f415554d0b090526b5f99",
"rev": "31ea80cf3f4da3ed081964a513508741aea3ed7d",
"type": "github"
},
"original": {
@ -122,11 +122,11 @@
]
},
"locked": {
"lastModified": 1696432959,
"narHash": "sha256-oJQZv2MYyJaVyVJY5IeevzqpGvMGKu5pZcCCJvb+xjc=",
"lastModified": 1715107207,
"narHash": "sha256-Lq38yoHyY8t+zkVdpYlr2Fonb89Id4o5zgIfz8KCB8Y=",
"owner": "snowfallorg",
"repo": "lib",
"rev": "92803a029b5314d4436a8d9311d8707b71d9f0b6",
"rev": "299b24861ebfa98a5b586dfa9ec8138ab6a4c626",
"type": "github"
},
"original": {
@ -137,11 +137,11 @@
},
"stable": {
"locked": {
"lastModified": 1714971268,
"narHash": "sha256-IKwMSwHj9+ec660l+I4tki/1NRoeGpyA2GdtdYpAgEw=",
"lastModified": 1715668745,
"narHash": "sha256-xp62OkRkbUDNUc6VSqH02jB0FbOS+MsfMb7wL1RJOfA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "27c13997bf450a01219899f5a83bd6ffbfc70d3c",
"rev": "9ddcaffecdf098822d944d4147dd8da30b4e6843",
"type": "github"
},
"original": {

View file

@ -12,7 +12,7 @@
snowfall-lib = {
url = "github:snowfallorg/lib";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils-plus.url = "github:gytis-ivaskevicius/flake-utils-plus?ref=pull/146/head";
inputs.flake-utils-plus.url = "github:gytis-ivaskevicius/flake-utils-plus?ref=master";
};
home-manager = {