From 8356d21a5f2f526be3a7c51fc4bbd3858d781477 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sun, 17 Sep 2023 08:57:41 -0700 Subject: [PATCH] Updated lockfile and pinned snowfall lib --- flake.lock | 25 +++++++++++++------------ flake.nix | 11 +++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/flake.lock b/flake.lock index 04f3464..35b68cd 100644 --- a/flake.lock +++ b/flake.lock @@ -11,11 +11,11 @@ ] }, "locked": { - "lastModified": 1690228878, - "narHash": "sha256-9Xe7JV0krp4RJC9W9W9WutZVlw6BlHTFMiUP/k48LQY=", + "lastModified": 1694793763, + "narHash": "sha256-y6gTE1C9mIoSkymRYyzCmv62PFgy+hbZ5j8fuiQK5KI=", "owner": "ryantm", "repo": "agenix", - "rev": "d8c973fd228949736dedf61b7f8cc1ece3236792", + "rev": "572baca9b0c592f71982fca0790db4ce311e3c75", "type": "github" }, "original": { @@ -119,11 +119,11 @@ ] }, "locked": { - "lastModified": 1694642908, - "narHash": "sha256-0Opzs/56VW03COlVdoBrHJZGxQ7gzLDEWADnccC8ras=", + "lastModified": 1694643239, + "narHash": "sha256-pv2k/5FvyirDE8g4TNehzwZ0T4UOMMmqWSQnM/luRtE=", "owner": "nix-community", "repo": "home-manager", - "rev": "b62f549653e97d78392c1e282b8ca76546a86585", + "rev": "d9b88b43524db1591fb3d9410a21428198d75d49", "type": "github" }, "original": { @@ -171,11 +171,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1694591211, - "narHash": "sha256-NPP7XGZH+Q5ey7nE2zGLrBrzKmLYPhj8YgsTSdhH0D4=", + "lastModified": 1694710316, + "narHash": "sha256-uRh46iIC86D8BD1wCDA5gRrt+hslUXiD0kx/UjnjBcs=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "3ccd87fcdae4732fe33773cefa4375c641a057e7", + "rev": "570256327eb6ca6f7bebe8d93af49459092a0c43", "type": "github" }, "original": { @@ -187,11 +187,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1694422566, - "narHash": "sha256-lHJ+A9esOz9vln/3CJG23FV6Wd2OoOFbDeEs4cMGMqc=", + "lastModified": 1694767346, + "narHash": "sha256-5uH27SiVFUwsTsqC5rs3kS7pBoNhtoy9QfTP9BmknGk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3a2786eea085f040a66ecde1bc3ddc7099f6dbeb", + "rev": "ace5093e36ab1e95cb9463863491bee90d5a4183", "type": "github" }, "original": { @@ -234,6 +234,7 @@ "original": { "owner": "snowfallorg", "repo": "lib", + "rev": "1aae2b325fc0c5839283a0af5c247fcb596c097f", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 4225cd7..1cb6a76 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ nixos-generators.url = "github:nix-community/nixos-generators"; nixos-generators.inputs.nixpkgs.follows = "nixpkgs"; - snowfall-lib.url = "github:snowfallorg/lib"; + snowfall-lib.url = "github:snowfallorg/lib/1aae2b325fc0c5839283a0af5c247fcb596c097f"; snowfall-lib.inputs.nixpkgs.follows = "nixpkgs"; snowfall-lib.inputs.flake-utils-plus.follows = "flake-utils-plus"; @@ -29,14 +29,13 @@ nixos-hardware.url = "github:NixOS/nixos-hardware/master"; }; - outputs = inputs: let - lib = inputs.snowfall-lib.mkLib { + outputs = inputs: + inputs.snowfall-lib.mkFlake { inherit inputs; src = ./.; - }; - in - lib.mkFlake { + overlay-package-namespace = "aa"; + # snowfall.namespace = "aa"; channels-config.allowUnfree = true;