❄ Personal NixOS Flake Manager
nixos home-manager go nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 12 lines 347 B view raw
1(import ( 2 let 3 lock = builtins.fromJSON (builtins.readFile ./flake.lock); 4 in 5 fetchTarball { 6 url = 7 lock.nodes.flake-compat.locked.url 8 or "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz"; 9 10 sha256 = lock.nodes.flake-compat.locked.narHash; 11 } 12) { src = ./.; }).defaultNix