flake: update

This commit is contained in:
Alexandre Cavalheiro 2024-05-25 19:50:55 -03:00
parent a8e7b39a4a
commit 3c0abf9d9e
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
3 changed files with 9 additions and 9 deletions

View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1715930644,
"narHash": "sha256-W9pyM3/vePxrffHtzlJI6lDS3seANQ+Nqp+i58O46LI=",
"lastModified": 1716668005,
"narHash": "sha256-daQD/pphMJUriHiWfKo9V4Kpi7+GIAE0As47Mpko0TI=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "e3ad5108f54177e6520535768ddbf1e6af54b59d",
"rev": "d179da4e81bcd4227e8abf4b62b92c4ae214ae39",
"type": "github"
},
"original": {
@ -154,11 +154,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1716137900,
"narHash": "sha256-sowPU+tLQv8GlqtVtsXioTKeaQvlMz/pefcdwg8MvfM=",
"lastModified": 1716509168,
"narHash": "sha256-4zSIhSRRIoEBwjbPm3YiGtbd8HDWzFxJjw5DYSDy1n8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "6c0b7a92c30122196a761b440ac0d46d3d9954f1",
"rev": "bfb7a882678e518398ce9a31a881538679f6f092",
"type": "github"
},
"original": {

View file

@ -8,8 +8,8 @@ in stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "BoukeHaarsma23";
repo = "zenergy";
rev = "a3e124477ee8197015481156b90100d49fa3cd84";
hash = "sha256-s1aoipSsLKO23kTd2uGxVUpqYSeitiz3UIoDIxg/Dj8=";
rev = "d65592b3c9d171ba70e6017e0827191214d81937";
hash = "sha256-10hiUHJvLTG3WGrr4WXMo/mCoJGFqWk2l5PryjNhcHg=";
};
hardeningDisable = [ "format" "pic" ];

View file

@ -1,4 +1,4 @@
{ pkgs, hyprland, ... }:
{ hyprland, ... }:
{
imports = [ hyprland.homeManagerModules.default ];