nix: update nixpkgs
authorJulien Moutinho <julm+julm-nix@sourcephile.fr>
Sat, 4 Dec 2021 11:20:47 +0000 (12:20 +0100)
committerJulien Moutinho <julm+julm-nix@sourcephile.fr>
Sat, 4 Dec 2021 11:21:38 +0000 (12:21 +0100)
flake.lock
flake.nix
nixpkgs/patches.nix

index 141fdde53f912e8bad97c33cd4f0c4fffdb60741..e8e079b8510623ff33d1845834d33251f9cf4b06 100644 (file)
     },
     "nixpkgs": {
       "locked": {
-        "lastModified": 1638110343,
-        "narHash": "sha256-hQaow8sGPyUrXgrqgDRsfA+73uR0vms2goTQNxIAaRQ=",
+        "lastModified": 1638376152,
+        "narHash": "sha256-ucgLpVqhFnClH7YRUHBHnmiOd82RZdFR3XJt36ks5fE=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "942eb9a335b4cd22fa6a7be31c494e53e76f5637",
+        "rev": "6daa4a5c045d40e6eae60a3b6e427e8700f1c07f",
         "type": "github"
       },
       "original": {
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "942eb9a335b4cd22fa6a7be31c494e53e76f5637",
+        "rev": "6daa4a5c045d40e6eae60a3b6e427e8700f1c07f",
         "type": "github"
       }
     },
index 82da4ebfce4ecf0490c61fa6bc90ddd4208e0e28..f34f369540e76a45ab9a691aa952ed76abaab57c 100644 (file)
--- a/flake.nix
+++ b/flake.nix
@@ -1,5 +1,5 @@
 {
-inputs.nixpkgs.url = "github:NixOS/nixpkgs/942eb9a335b4cd22fa6a7be31c494e53e76f5637";
+inputs.nixpkgs.url = "github:NixOS/nixpkgs/6daa4a5c045d40e6eae60a3b6e427e8700f1c07f";
 inputs.flake-utils.url = "github:numtide/flake-utils";
 inputs.home-manager.url = "github:nix-community/home-manager";
 inputs.home-manager.inputs.nixpkgs.follows = "nixpkgs";
index 90219add8cee2beefc1db6730fcb350a037391f4..cf64d550ca0ac616b1caba67a6cfdb99ee61d286 100644 (file)
@@ -9,9 +9,4 @@
   url = "https://github.com/NixOS/nixpkgs/pull/128014.diff";
   sha256 = "sha256-FVp0ogzLwYbQuU8Luj+yAmFOjGC4ZyyQLSybRdfQLoA=";
 }
-{
-  meta.description = "stig: fix build";
-  url = "https://github.com/NixOS/nixpkgs/pull/147806.diff";
-  sha256 = "sha256-XtNA3e/85vKWsOBt+5PfWEM3TdsIz/+mPbthMixSyuY=";
-}
 ]